Skip to content

Commit 754d2d1

Browse files
committed
fix: correct the type for lambda event to prevent conflicts
1 parent 79efb12 commit 754d2d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ interface LamdbaEvent {
1010
headers?: {
1111
[key: string]: string;
1212
};
13+
[key: string]: any;
1314
}
1415

1516
export type PinoLambdaLogger = BaseLogger & {

0 commit comments

Comments
 (0)