Files
MCP-Browser/node_modules/ajv/dist/vocabularies/applicator/if.d.ts
T
2026-03-25 09:47:08 -03: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;