import { IsUUID } from 'class-validator'; export class SetFindingRecurrenceDto { @IsUUID('4') recurrenceOfFindingId!: string; }