UNPKG

@sinclair/typebox

Version:

Json Schema Type Builder with Static Type Resolution for TypeScript

4 lines (3 loc) 222 B
import { SchemaOptions } from '../schema/schema.mjs'; /** Creates TypeBox schematics using the configured InstanceMode */ export declare function CreateType(schema: Record<any, unknown>, options?: SchemaOptions): unknown;