FeatureFlagTypes
internal.internal.FeatureFlagTypes
Interfaces
Type Aliases
FeatureFlagsResponse
FeatureFlagsResponse: { key: string ; value: boolean | Record<string, boolean> }[]
Schema
FeatureFlagsResponse type: array items: type: object required:
properties: key: description: The key of the feature flag. type: string value: description: The value of the feature flag. type: boolean
FlagSettings
FlagSettings: Object
Type declaration
default_valbooleanRequireddescriptionstringRequiredenv_keystringRequiredkeystringRequiredWas this section helpful?