Skip to content

Commit 24b6ad4

Browse files
committed
fix condition value type
1 parent 09676e7 commit 24b6ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface RawAwsIamJsonPolicyStatementCondition {
2222
// Condition operator
2323
[key: string]: {
2424
// Condition key: Condition value
25-
[key: string]: string | number
25+
[key: string]: string | number | string[] | number []
2626
}
2727
}
2828

0 commit comments

Comments
 (0)