Routeroutputs and type inference from database
I have created a new t3-app (no changes to prisma schema or anything).
When I try to use routeroutputs, I get this strange type with GetResult<{...}>.
It seems to work as expected if I downgrade from the latest version of prisma. But other than that it seems like there is something I don't understand. Anyone know what this is or how to make it work normally?
0 Replies