mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update ALBResult (#45936)
This commit is contained in:
parent
7b855576c6
commit
070f243047
4
types/aws-lambda/trigger/alb.d.ts
vendored
4
types/aws-lambda/trigger/alb.d.ts
vendored
@ -24,9 +24,9 @@ export interface ALBEvent {
|
||||
|
||||
export interface ALBResult {
|
||||
statusCode: number;
|
||||
statusDescription: string;
|
||||
statusDescription?: string;
|
||||
headers?: { [header: string]: boolean | number | string };
|
||||
multiValueHeaders?: { [header: string]: Array<boolean | number | string> };
|
||||
body?: string;
|
||||
isBase64Encoded: boolean;
|
||||
isBase64Encoded?: boolean;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user