From aef99802543c85c39f1b46999b38b8ac27661792 Mon Sep 17 00:00:00 2001 From: Chris Barbour Date: Sun, 29 Oct 2023 18:43:08 +0000 Subject: [PATCH] setting params to output any --- src/cloudformation/template/parameter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloudformation/template/parameter.ts b/src/cloudformation/template/parameter.ts index a39848f..32674d5 100644 --- a/src/cloudformation/template/parameter.ts +++ b/src/cloudformation/template/parameter.ts @@ -44,4 +44,4 @@ export type Parameter = ({ minValue?: number; } -export type Params = { [K in keyof T]: () => Value } \ No newline at end of file +export type Params = { [K in keyof T]: () => Value } \ No newline at end of file