fix
This commit is contained in:
@@ -12,6 +12,7 @@ export interface ProfileSection {
|
||||
isActive: boolean;
|
||||
isGlobal: boolean;
|
||||
isSystem: boolean;
|
||||
isRepeatable: boolean;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
fields?: ProfileField[];
|
||||
@@ -44,6 +45,7 @@ export interface CreateSectionDto {
|
||||
sortOrder?: number;
|
||||
isActive?: boolean;
|
||||
isGlobal?: boolean;
|
||||
isRepeatable?: boolean;
|
||||
}
|
||||
|
||||
export interface UpdateSectionDto {
|
||||
@@ -53,6 +55,7 @@ export interface UpdateSectionDto {
|
||||
sortOrder?: number;
|
||||
isActive?: boolean;
|
||||
isGlobal?: boolean;
|
||||
isRepeatable?: boolean;
|
||||
}
|
||||
|
||||
export interface AssignSectionDto {
|
||||
|
||||
Reference in New Issue
Block a user