Skip to content

FlagDefinitionFragmentV1

A flag entry inside a definition document.

Optional fields appear only when the flag sets them; defaultValue appears only for non-sensitive inputs when the value survives a JSON round-trip.

Signatures

ts
type FlagDefinitionFragmentV1 = FlagElementFragmentV1 & { defaultDescription?: string | false; sensitive?: true; };

See Also

Released under the MIT License.