task-l
This commit is contained in:
6
src/types/next-auth.d.ts
vendored
6
src/types/next-auth.d.ts
vendored
@@ -11,6 +11,9 @@ declare module 'next-auth' {
|
||||
activeMembershipRole: string | null;
|
||||
activeBusinessRole: string | null;
|
||||
activePermissions: string[];
|
||||
activeBranchScopeIds: string[];
|
||||
activeProductTypeScopeIds: string[];
|
||||
activeOwnershipScope: string | null;
|
||||
organizations: Array<{
|
||||
id: string;
|
||||
name: string;
|
||||
@@ -40,6 +43,9 @@ declare module 'next-auth/jwt' {
|
||||
activeMembershipRole?: string | null;
|
||||
activeBusinessRole?: string | null;
|
||||
activePermissions?: string[];
|
||||
activeBranchScopeIds?: string[];
|
||||
activeProductTypeScopeIds?: string[];
|
||||
activeOwnershipScope?: string | null;
|
||||
organizations?: Array<{
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user