fehler behoben
This commit is contained in:
parent
111575aeda
commit
b3e858c033
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue