fix
This commit is contained in:
@@ -33,4 +33,9 @@ export class CreateSectionDto {
|
||||
@IsOptional()
|
||||
@IsBoolean()
|
||||
isGlobal?: boolean;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Whether user can add multiple entries (e.g., certifications)', default: false })
|
||||
@IsOptional()
|
||||
@IsBoolean()
|
||||
isRepeatable?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user