Skip to content

Commit 3ace597

Browse files
authored
fix: allow number array query param (#236)
(identified whilst adding e2e tests in #235 🙃)
1 parent ab25c58 commit 3ace597

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/typescript-fetch-runtime/src

packages/typescript-fetch-runtime/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export type QueryParams = {
4545
[name: string]:
4646
| string
4747
| number
48+
| number[]
4849
| boolean
4950
| string[]
5051
| undefined

0 commit comments

Comments
 (0)