Closed mrctrifork closed 7 months ago
This pull requests closes #83 and closes #82 .
query: Record
Consider: https://github.com/elysiajs/elysia/pull/604
Consider: elysiajs/elysia#604
Assuming you are trying to type query as Record<string, string | string[]>, this PR has also added the same type as your PR.
query
Record<string, string | string[]>
Let me know if I'm missing something.
This pull requests closes #83 and closes #82 .
query: Record
can be an array of values, and properly serializes them