This commit is contained in:
pradeepkumar
2026-01-24 21:36:37 +05:30
parent eba83e2961
commit 7d6ef356e2
6 changed files with 436 additions and 31 deletions

View File

@@ -74,6 +74,7 @@ export interface ProfileSection {
isActive: boolean;
isGlobal: boolean;
isSystem: boolean;
isRepeatable: boolean;
fields?: ProfileField[];
isRequired?: boolean;
effectiveSortOrder?: number;