Skip to content

Type Alias: FlagsDefinition

ts
type 
FlagsDefinition
=
Record
<string,
FlagDefinitionValue
>;

Defined in: packages/parser/src/types.ts:68

Released under the MIT license