Skip to content

Commit 72c76bd

Browse files
author
Geoffrey Kinson
committed
CHANGES:
- Add missing multiValueQuery to the type definitions
1 parent 3923c43 commit 72c76bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ export declare class Request {
116116
query: {
117117
[key: string]: string | undefined;
118118
};
119+
multiValueQuery: {
120+
[key: string]: string[] | undefined
121+
};
119122
headers: {
120123
[key: string]: string | undefined;
121124
};

0 commit comments

Comments
 (0)