← back to Wholivedthere

mcp-la-records/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts

7 lines

import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
export type ItemsError = ErrorObject<"items", {
    limit: number;
}, AnySchema>;
declare const def: CodeKeywordDefinition;
export default def;