UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 225 B
import type { CodeKeywordDefinition, ErrorObject } from "../../types"; export type JTDEnumError = ErrorObject<"enum", { allowedValues: string[]; }, string[]>; declare const def: CodeKeywordDefinition; export default def;