source: trip-planner-front/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 269 bytes
Line 
1import type { CodeKeywordDefinition, ErrorObject } from "../../types";
2export declare type UniqueItemsError = ErrorObject<"uniqueItems", {
3 i: number;
4 j: number;
5}, boolean | {
6 $data: string;
7}>;
8declare const def: CodeKeywordDefinition;
9export default def;
Note: See TracBrowser for help on using the repository browser.