UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (3 loc) 144 B
import { TsonSchema } from './TsonSchema'; import { Primitive } from '../generic'; export type TsonSchemaOrPrimitive = TsonSchema | Primitive;