UNPKG

269 BTypeScriptView Raw
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;