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

7 lines
250 B
TypeScript

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export declare type IfKeywordError = ErrorObject<"if", {
failingKeyword: string;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;