Skip to content

Commit

Permalink
fix(types): make multiValueHeaders in req string array (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgermain authored Sep 28, 2024
1 parent 8250574 commit 5edcd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export declare class Request {
[key: string]: string | undefined;
};
multiValueHeaders: {
[key: string]: string | undefined;
[key: string]: string[] | undefined;
};
rawHeaders?: {
[key: string]: string | undefined;
Expand Down

0 comments on commit 5edcd8a

Please sign in to comment.