0.3.0.0
This commit is contained in:
Vendored
+3
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user