mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fix Corrected the structure of "AuthResponseContext" was wrong
This commit is contained in:
Vendored
+1
-3
@@ -221,9 +221,7 @@ interface Statement {
|
||||
* http://docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html#api-gateway-custom-authorizer-output
|
||||
*/
|
||||
interface AuthResponseContext {
|
||||
stringKey: string;
|
||||
numberKey: number;
|
||||
booleanKey: boolean;
|
||||
[name: string]: string | number | boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user