unevaluatedItems.d.ts 256 B

123456
  1. import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
  2. export declare type UnevaluatedItemsError = ErrorObject<"unevaluatedItems", {
  3. limit: number;
  4. }, AnySchema>;
  5. declare const def: CodeKeywordDefinition;
  6. export default def;