Is it possible to pass down a generic to my TRPC API route (procedure)?
From my front end, I need to pass a generic down to my TRPC procedure. Is this possible?
The reason is because the fn that runs within the procedure will change the return types based on the generic it receives.
The reason is because the fn that runs within the procedure will change the return types based on the generic it receives.
