mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-22 03:09:12 +08:00
9 lines
269 B
Text
9 lines
269 B
Text
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;
|