We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab25c58 commit 3ace597Copy full SHA for 3ace597
1 file changed
packages/typescript-fetch-runtime/src/main.ts
@@ -45,6 +45,7 @@ export type QueryParams = {
45
[name: string]:
46
| string
47
| number
48
+ | number[]
49
| boolean
50
| string[]
51
| undefined
0 commit comments