persona-community-5/.pnpm-store/v3/files/d2/58046b8de0745f7ee5b15c6057efef3edad5f4dd8dc2d2a99d49b9f452034b0ac8b4e0d8c587c46d3c9a922ed1257bc3cfb825f4d1d629786905dbedfcf8b4
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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>;