import { TsonSchema } from './TsonSchema'; import { Primitive } from '../generic'; export type TsonSchemaOrPrimitive = TsonSchema | Primitive;