.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / jtd / elements.d.ts
1 import type { CodeKeywordDefinition, SchemaObject } from "../../types";
2 import { _JTDTypeError } from "./error";
3 export declare type JTDElementsError = _JTDTypeError<"elements", "array", SchemaObject>;
4 declare const def: CodeKeywordDefinition;
5 export default def;