4 lines
211 B
Plaintext
4 lines
211 B
Plaintext
import type { JSONSchema } from 'json-schema-to-ts';
|
|
import type { NodeType } from '.';
|
|
export declare function getNodeTypesFromJSONSchema(schemaName: string, entrySchema: JSONSchema): Record<string, NodeType>;
|