feat: adjustment dto create export
parent
32ae6481e6
commit
677732d511
|
@ -8,8 +8,9 @@ export class CreateReportExportDto extends GetReportDataDto {
|
|||
@IsString()
|
||||
time_zone: string;
|
||||
|
||||
@ApiProperty({ name: 'file_name', required: true })
|
||||
@ApiProperty({ name: 'file_name', required: false })
|
||||
@IsString()
|
||||
@IsOptional()
|
||||
file_name?: string;
|
||||
|
||||
@ApiProperty({
|
||||
|
|
Loading…
Reference in New Issue