UNPKG

ajv

Version:
7 lines (6 loc) 254 B
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types"; export declare type AdditionalItemsError = ErrorObject<"additionalItems", { limit: number; }, AnySchema>; declare const def: CodeKeywordDefinition; export default def;