import { DefaultSession } from "next-auth"; declare module "next-auth" { interface Session { user?: { id: string; } & DefaultSession["user"]; } }
& DefaultSession["user"]
© 2026 Hedgehog Software, LLC