web: fix typecheck
This commit is contained in:
@@ -20,8 +20,6 @@ declare module "next-auth" {
|
||||
interface Session extends DefaultSession {
|
||||
user: DefaultSession["user"] & {
|
||||
id: string;
|
||||
// ...other properties
|
||||
// role: UserRole;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user