persona-community-5/.pnpm-store/v3/files/62/7344e41fa837010ae42310dc33a7eac1aea4537dfa75c88fac9aaceeaf72f1eb197ab47a67efb26eec09305056f608b820b3cf5352a28e62bb3e85275ae5eb
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

7 lines
309 B
Plaintext

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