Commit Inicial
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
||||
export type ItemsError = ErrorObject<"items", {
|
||||
limit: number;
|
||||
}, AnySchema>;
|
||||
declare const def: CodeKeywordDefinition;
|
||||
export default def;
|
||||
Reference in New Issue
Block a user