UNPKG

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