UNPKG

323 BTypeScriptView Raw
1import type { SchemaObject } from "../../types";
2export declare type SchemaObjectMap = {
3 [Ref in string]?: SchemaObject;
4};
5export declare const jtdForms: readonly ["elements", "values", "discriminator", "properties", "optionalProperties", "enum", "type", "ref"];
6export declare type JTDForm = typeof jtdForms[number];