alts
Explore posts from serversTTCTheo's Typesafe Cult
•Created by alts on 4/16/2023 in #questions
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?5 replies