UNPKG

type-level-schema

Version:
3 lines (2 loc) 84 B
import { TypeDef } from '../index'; export type BooleanSchema = TypeDef<'boolean'>;