tatethurston / nextjs-routes

Type safe routing for Next.js
MIT License
571 stars 23 forks source link

add `string[]` to query param types #41

Closed sachinraja closed 2 years ago

sachinraja commented 2 years ago

A query parameter can also be a string array when you're reading it and creating it.

tatethurston commented 2 years ago

Good catch, thanks for this