elysiajs / eden

Fully type-safe Elysia client
MIT License
147 stars 37 forks source link

Adjusts the creation of the query string. #84

Closed mrctrifork closed 4 months ago

mrctrifork commented 4 months ago

This pull requests closes #83 and closes #82 .

MatthewAry commented 4 months ago

Consider: https://github.com/elysiajs/elysia/pull/604

SaltyAom commented 4 months ago

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.

Let me know if I'm missing something.