We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18687b9 commit 5395bf0Copy full SHA for 5395bf0
packages/types/src/request.ts
@@ -13,7 +13,7 @@ export interface Request {
13
url?: string;
14
method?: string;
15
data?: any;
16
- query_string?: string;
+ query_string?: string | { [key: string]: string };
17
cookies?: { [key: string]: string };
18
env?: { [key: string]: string };
19
headers?: { [key: string]: string };
0 commit comments