UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

6 lines (5 loc) 256 B
import type { CodeKeywordDefinition, SchemaObject } from "../../types"; import { _JTDTypeError } from "./error"; export type JTDElementsError = _JTDTypeError<"elements", "array", SchemaObject>; declare const def: CodeKeywordDefinition; export default def;