import { IsUUID } from 'class-validator'; export class StartTravelDto { @IsUUID() targetLocationId!: string; }