UNPKG

ajv

Version:
7 lines (6 loc) 244 B
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types"; export declare type IfKeywordError = ErrorObject<"if", { failingKeyword: string; }, AnySchema>; declare const def: CodeKeywordDefinition; export default def;