← back to Wholivedthere

mcp-la-records/node_modules/ajv/dist/vocabularies/applicator/if.d.ts

7 lines

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