tRPC port library question
@trpc/serverβ
Solved
Hey
I am the maintainer of
I want to support both Zod 3 and Zod 4, and I know that tRPC 11 internal has some internal types that does support both. Is there a way for me to used those and expose them in my internal types so we can carry over the same
I am the maintainer of
nestjs-trpc which aims to port tRPC into NestJS. I got this issue submitted: https://github.com/KevinEdry/nestjs-trpc/issues/100I want to support both Zod 3 and Zod 4, and I know that tRPC 11 internal has some internal types that does support both. Is there a way for me to used those and expose them in my internal types so we can carry over the same
inputs and outputs of tRPC?