Skip to content

Commit b73ca0f

Browse files
authored
Merge pull request #160 from gakinson/issue-159
Add multiValueQuery to Type Definitions (Issue #159)
2 parents 3923c43 + 72c76bd commit b73ca0f

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)