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
Description The @Query(), @Mutation(), and @Subscription() decorators currently type their input and output parameters as ZodSchema from Zod 3. With the release of Zod 4, the type hierarchy has cha...