This commit is contained in:
phaichayon
2026-06-22 10:59:31 +07:00
parent b154a8de33
commit 771ebfc308
23 changed files with 6113 additions and 39 deletions

View File

@@ -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;
}>;