PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/table/node_modules/ajv/dist/vocabularies/applicator
Просмотр файла: additionalItems.d.ts
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;
Выполнить команду
Для локальной разработки. Не используйте в интернете!