UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

9 lines (8 loc) 252 B
import type { CodeKeywordDefinition, ErrorObject } from "../../types"; export type MultipleOfError = ErrorObject<"multipleOf", { multipleOf: number; }, number | { $data: string; }>; declare const def: CodeKeywordDefinition; export default def;