task-l.1
This commit is contained in:
8
src/types/next-auth.d.ts
vendored
8
src/types/next-auth.d.ts
vendored
@@ -20,6 +20,10 @@ declare module 'next-auth' {
|
||||
slug: string;
|
||||
role: string;
|
||||
businessRole: string;
|
||||
businessRoles: string[];
|
||||
branchScopeIds: string[];
|
||||
productTypeScopeIds: string[];
|
||||
ownershipScope: string;
|
||||
plan: string;
|
||||
imageUrl: string | null;
|
||||
}>;
|
||||
@@ -52,6 +56,10 @@ declare module 'next-auth/jwt' {
|
||||
slug: string;
|
||||
role: string;
|
||||
businessRole: string;
|
||||
businessRoles: string[];
|
||||
branchScopeIds: string[];
|
||||
productTypeScopeIds: string[];
|
||||
ownershipScope: string;
|
||||
plan: string;
|
||||
imageUrl: string | null;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user