fehler behoben
This commit is contained in:
2
src/types/next-auth.d.ts
vendored
2
src/types/next-auth.d.ts
vendored
@@ -4,10 +4,12 @@ declare module 'next-auth' {
|
||||
interface Session {
|
||||
user: {
|
||||
id: string;
|
||||
plan?: string | null;
|
||||
} & DefaultSession['user'];
|
||||
}
|
||||
|
||||
interface User {
|
||||
id: string;
|
||||
plan?: string | null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user