TS2339: Property 'plan' does not exist on type 'AdapterUser'.
TS2339: Property 'plan' does not exist on type 'AdapterUser'.
It is working fine tough. Any tips?
Solution
import NextAuth from "next-auth"declare module "next-auth" { /** * Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context */ interface Session {}}
import NextAuth from "next-auth"declare module "next-auth" { /** * Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context */ interface Session {}}