UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

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;