UNPKG

datacops-cms

Version:

A modern, extensible CMS built with Next.js and Prisma.

15 lines (13 loc) 300 B
import "next-auth" declare module "next-auth" { interface Session { user: { id: string name?: string | null email?: string | null role: "SUPERADMIN" | "ADMIN" | "USER" avatar?: string | null } } }