Skip to content

Type Alias: BooleanOptional

ts
type BooleanOptional = boolean | undefined;