hexo/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts

7 lines
268 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export declare type OneOfError = ErrorObject<"oneOf", {
passingSchemas: [number, number] | null;
}, AnySchema[]>;
declare const def: CodeKeywordDefinition;
export default def;