NextAuth add additional property to session
Hi, I am trying to add "plan" to the session object that I can receive with the useSession() hook.
I am using create-t3-app
But it is throwing an typescript error:
TS2339: Property 'plan' does not exist on type 'AdapterUser'.
It is working fine tough. Any tips?3 Replies