tRPC query has any type
I'm using turbo repo for trpc (with express) and react-native, I made mutation query, but in client side when I try to use trpc it has any type on queries
and from
so whenever I use
@/api/authserver.tsand from
index.ts I export AppRouter type client.tsso whenever I use
api.auth auth type is any but why?? I don't get it I actually followed t3-app configuration of nextjs


