Turborepo internal package exported procedure context type `any`
I am working on moving our trpc API to a separate internal package away from our next.js app, but running into an issue where the
ctx
type is any
in the Next.js app. Even though the type is shown when I hover the procedure itself. Any idea what this could be?

0 Replies