Deriving a Type-Safe Client from `HttpRouter` in Effect Typescript
Is it possible to derive a type-safe client from
Hey folks, I have this code inside a Next.js Route Handler:
How can I derive a type-safe client from this code? I don't want to use
HttpRouter?Hey folks, I have this code inside a Next.js Route Handler:
How can I derive a type-safe client from this code? I don't want to use
HttpApi module ecosystem as its verbose. I prefer the conciseness of HttpRouter.