UNPKG

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