Add is beta user

This commit is contained in:
KMKoushik
2024-04-30 09:11:43 +10:00
parent fbf2d959d5
commit 218ead25ab
5 changed files with 23 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ declare module "next-auth" {
interface Session extends DefaultSession {
user: {
id: number;
isBetaUser: boolean;
// ...other properties
// role: UserRole;
} & DefaultSession["user"];