web: fix typecheck

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-10-26 21:15:08 +02:00
parent 8a87fff689
commit d8c587ef90
7 changed files with 33 additions and 29 deletions

View File

@@ -20,8 +20,6 @@ declare module "next-auth" {
interface Session extends DefaultSession {
user: DefaultSession["user"] & {
id: string;
// ...other properties
// role: UserRole;
};
}