.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / jtd / enum.d.ts
1 import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2 export declare type JTDEnumError = ErrorObject<"enum", {
3     allowedValues: string[];
4 }, string[]>;
5 declare const def: CodeKeywordDefinition;
6 export default def;