Skip to content

Commit

Permalink
Merge pull request #160 from gakinson/issue-159
Browse files Browse the repository at this point in the history
Add multiValueQuery to Type Definitions (Issue #159)
  • Loading branch information
jeremydaly authored Aug 25, 2020
2 parents 3923c43 + 72c76bd commit b73ca0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ export declare class Request {
query: {
[key: string]: string | undefined;
};
multiValueQuery: {
[key: string]: string[] | undefined
};
headers: {
[key: string]: string | undefined;
};
Expand Down

0 comments on commit b73ca0f

Please sign in to comment.