Skip to content

Commit 5edcd8a

Browse files
authored
fix(types): make multiValueHeaders in req string array (#273)
1 parent 8250574 commit 5edcd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export declare class Request {
155155
[key: string]: string | undefined;
156156
};
157157
multiValueHeaders: {
158-
[key: string]: string | undefined;
158+
[key: string]: string[] | undefined;
159159
};
160160
rawHeaders?: {
161161
[key: string]: string | undefined;

0 commit comments

Comments
 (0)