Commit Inicial
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import type { CodeKeywordDefinition, ErrorObject, AnySchema } from "../../types";
|
||||
import type { KeywordCxt } from "../../compile/validate";
|
||||
export type AdditionalItemsError = ErrorObject<"additionalItems", {
|
||||
limit: number;
|
||||
}, AnySchema>;
|
||||
declare const def: CodeKeywordDefinition;
|
||||
export declare function validateAdditionalItems(cxt: KeywordCxt, items: AnySchema[]): void;
|
||||
export default def;
|
||||
Reference in New Issue
Block a user