This commit is contained in:
freedakgmail
2025-11-30 09:16:43 +08:00
parent b436ae0680
commit fd9c064749
227 changed files with 1251 additions and 912 deletions
+3
View File
@@ -6,6 +6,7 @@ declare module "next-auth" {
id: string
email: string
name?: string | null
hasSeenHelp: boolean
}
}
@@ -13,11 +14,13 @@ declare module "next-auth" {
id: string
email: string
name?: string | null
hasSeenHelp: boolean
}
}
declare module "next-auth/jwt" {
interface JWT {
id: string
hasSeenHelp: boolean
}
}