persona-community-5/.pnpm-store/v3/files/22/0ada312f2a126da344a3eb65eac7245e252c355cceb849c90ff038d891b7f6c5c33ee4de1d8a690d50333e8505bfc44dd416cbc00a7f35725ba0c6d142ed4a
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

10 lines
261 B
Plaintext

import type { CodeKeywordDefinition, ErrorObject } from "../../types";
export type UniqueItemsError = ErrorObject<"uniqueItems", {
i: number;
j: number;
}, boolean | {
$data: string;
}>;
declare const def: CodeKeywordDefinition;
export default def;