File

src/admin/dto/fetchuser.dto.ts

Index

Properties

Properties

user
Type : string
Decorators :
@IsString()
import { IsString } from 'class-validator';

export class FetchuserDto {
  @IsString()
  user: string;
}

results matching ""

    No results matching ""