import { IsUUID } from 'class-validator'; export class UUIDQueryDTO { @IsUUID() id: string; }