251206:1710 specs: frontend plan P1,P3 wait Verification
This commit is contained in:
8
frontend/types/next-auth.d.ts
vendored
8
frontend/types/next-auth.d.ts
vendored
@@ -9,6 +9,8 @@ declare module "next-auth" {
|
||||
organizationId?: number;
|
||||
} & DefaultSession["user"]
|
||||
accessToken?: string;
|
||||
refreshToken?: string;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
interface User {
|
||||
@@ -16,6 +18,7 @@ declare module "next-auth" {
|
||||
role: string;
|
||||
organizationId?: number;
|
||||
accessToken?: string;
|
||||
refreshToken?: string;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,5 +28,8 @@ declare module "next-auth/jwt" {
|
||||
role: string;
|
||||
organizationId?: number;
|
||||
accessToken?: string;
|
||||
refreshToken?: string;
|
||||
accessTokenExpires?: number;
|
||||
error?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user