UNPKG

ajv

Version:

Another JSON Schema Validator

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