tRPC Input from a Prisma Schema
Is there any way to tell tRPC (zod technically i guess) to expect a tRPC schema as a type? like
or something
procedure.input({myType: z.tRPC(myType)}).query() or something
