aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts
blob: c4f4b4ca7931f0cc7daf030c39bd392320dbecea (plain) (blame)
1
2
3
4
5
6
7
8
9
import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export declare type UniqueItemsError = ErrorObject<"uniqueItems", {
    i: number;
    j: number;
}, boolean | {
    $data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;