Skip to content

Commit

Permalink
considering array of strings for req.query
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Santamaria Maso authored and Rolando Santamaria Maso committed May 24, 2020
1 parent 039841d commit e57940a
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 @@ -36,7 +36,7 @@ declare namespace restana {

interface RequestExtensions {
params: Record<string, string>
query: Record<string, string>
query: Record<string, string | string[]>
originalUrl: string,
body?: Body
}
Expand Down

0 comments on commit e57940a

Please sign in to comment.