import { JsonSchema } from './JsonSchema'; import { Primitive } from '../generic'; export type JsonSchemaOrPrimitive = JsonSchema | Primitive;