Files
tasq/node_modules/ajv/dist/vocabularies/applicator/if.d.ts
T
2026-04-09 19:01:53 +08: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;