import { IsNotEmpty, IsOptional } from 'class-validator'; export class ExportTransactionDto { @IsNotEmpty() dateStart: string; }