Files
est-frame/node_modules/ajv/dist/vocabularies/applicator/if.d.ts
2025-10-22 05:38:27 +00:00

7 lines
236 B
TypeScript
Executable File

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