import 'next-auth' declare module 'next-auth' { interface Session { accessToken?: string } interface JWT { accessToken?: string } }