This commit is contained in:
pradeepkumar
2026-01-24 21:36:39 +05:30
parent 5844d17837
commit 06dc78d57e
3 changed files with 130 additions and 15 deletions

View File

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