UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

6 lines (5 loc) • 209 B
import { FieldDefinition } from './field.static.types'; export type BooleanFieldDefinition = FieldDefinition<boolean, boolean, boolean[], boolean[]> & { /** * A true/false field */ type: 'boolean'; };