UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

10 lines (9 loc) 261 B
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;