declare module "next-auth/jwt" { interface JWT { uid: string; firstname: string; lastname: string; email: string; } }