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.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/json-schema/index.ts - Source link:
src/core/json-schema/index.ts:256
Signatures
ts
type FlagDefinitionFragmentV1 = FlagElementFragmentV1 & { defaultDescription?: string | false; sensitive?: true; };