import { IsString } from 'class-validator'; export class userLogoutValidator { @IsString() selected_uu_id: string; }