DangerZoneD
tRPCβ€’2w agoβ€’
4 replies
DangerZone

tRPC port library question

@trpc/serverβœ…Solved
Hey πŸ‘‹
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/100
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
inputs
and
outputs
of tRPC?
Was this page helpful?