Type Alias: BooleanOptionConfig<TCoerce, TChoices>
BooleanOptionConfig<
TCoerce
,TChoices
>:object
&CommonOptionConfig
<boolean
,TCoerce
,TChoices
>
Type declaration
type
type:
"boolean"
Type Parameters
• TCoerce = boolean
• TChoices = TCoerce
[]