Skip to content

Commit

Permalink
setting params to output any
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarbour committed Oct 29, 2023
1 parent a0bc5ec commit aef9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloudformation/template/parameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ export type Parameter = ({
minValue?: number;
}

export type Params<T> = { [K in keyof T]: <R = string>() => Value<R> }
export type Params<T> = { [K in keyof T]: () => Value<any> }

0 comments on commit aef9980

Please sign in to comment.