.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / applicator / oneOf.d.ts
1 import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
2 export declare type OneOfError = ErrorObject<"oneOf", {
3     passingSchemas: [number, number] | null;
4 }, AnySchema[]>;
5 declare const def: CodeKeywordDefinition;
6 export default def;