.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / jtd / types.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/jtd/types.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/node_modules/ajv/dist/compile/jtd/types.d.ts
new file mode 100644 (file)
index 0000000..38c8bea
--- /dev/null
@@ -0,0 +1,6 @@
+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];