node-ejs-renderer/node_modules/ajv/dist/vocabularies/applicator/if.d.ts
2024-06-09 13:55:01 -04:00

7 lines
236 B
TypeScript

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