All values in DecoratedProcedureRecord are of type any
I've stumbled across an issue and I'm not sure how to start diagnosing it...
Basically in my IDE the return type of my
I'm seeing a lot of issues with TS seemingly struggling to work with this repo, I suspect that the types have become too complex with tRPC and the ORM I'm using. Is it possible that TS has just "given up" so returns any instead of the expected type? Or is it likely something else?
Basically in my IDE the return type of my
createTRPCProxyClient<AppRouter>(...) call is a DecoratedProcedureRecord where every value is of type any.I'm seeing a lot of issues with TS seemingly struggling to work with this repo, I suspect that the types have become too complex with tRPC and the ORM I'm using. Is it possible that TS has just "given up" so returns any instead of the expected type? Or is it likely something else?