Skip to main content
Skip to main content

FeatureFlagTypes

internal.internal.FeatureFlagTypes

Interfaces

Type Aliases

FeatureFlagsResponse

FeatureFlagsResponse: { key: string ; value: boolean | Record<string, boolean> }[]

Schema

FeatureFlagsResponse type: array items: type: object required:

- key
- value

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_valbooleanRequired
descriptionstringRequired
env_keystringRequired
keystringRequired
Was this section helpful?