Refactored schema and added link model.
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ import NextAuth, { DefaultSession } from "next-auth";
|
||||
declare module "next-auth" {
|
||||
interface Session {
|
||||
user: {
|
||||
id: any;
|
||||
id: number;
|
||||
} & DefaultSession["user"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user