Type of listTeams is inferred as unknown[]
I am running into an issue with both frontend and backend in a TanStack Start project where the type of listTeams is inferred as unknown:
Relevant deps:
2 Replies
Hey @Winston good find, just tested this locally and had the same issue.
I'll open a PR and fix it.
Solution
Opened the PR, you can track it here:
https://github.com/better-auth/better-auth/pull/3243