We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09676e7 commit 24b6ad4Copy full SHA for 24b6ad4
1 file changed
src/types/index.ts
@@ -22,7 +22,7 @@ export interface RawAwsIamJsonPolicyStatementCondition {
22
// Condition operator
23
[key: string]: {
24
// Condition key: Condition value
25
- [key: string]: string | number
+ [key: string]: string | number | string[] | number []
26
}
27
28
0 commit comments