blob: 38c8bea7f876f83684b581b5a38808b11974f01e [file] [log] [blame]
import type { SchemaObject } from "../../types";
export declare type SchemaObjectMap = {
[Ref in string]?: SchemaObject;
};
export declare const jtdForms: readonly ["elements", "values", "discriminator", "properties", "optionalProperties", "enum", "type", "ref"];
export declare type JTDForm = typeof jtdForms[number];