StringFlagKey: string

Represents the possible keys for flag evaluation of string flags. Can be overridden by the package consumer via TypeScript module augmentation to provide type-safe flag keys.

declare module '@openfeature/core' {
export type StringFlagKey = 'my-string-flag';
}