UNPKG

ajv

Version:

Another JSON Schema Validator

8 lines (7 loc) 264 B
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types"; export type ContainsError = ErrorObject<"contains", { minContains: number; maxContains?: number; }, AnySchema>; declare const def: CodeKeywordDefinition; export default def;