andreas
public/protectedProcedure returns `any` in client usage
right now the only workaround to this is to define all my routers directly where my AppRouter lives
(i.e.:
here are my
public
/privateProcedure
(s):
here is a router using these procedures:
here's the client code where the types are incorrectly returned as any
5 replies