mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fix incorrect tuple usage and syntax
This commit is contained in:
Vendored
+2
-2
@@ -331,9 +331,9 @@ interface PolicyDocument {
|
||||
* http://docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html#api-gateway-custom-authorizer-output
|
||||
*/
|
||||
interface Statement {
|
||||
Action: string | [string];
|
||||
Action: string | string[];
|
||||
Effect: string;
|
||||
Resource: string | [string];
|
||||
Resource: string | string[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user