mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:19:30 +08:00
6 lines
323 B
Text
6 lines
323 B
Text
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];
|