File

src/user/dto/assign-new-dealer-user.dto.ts

Index

Properties

Properties

dealerId
Type : string
Decorators :
@ApiProperty({type: 'string'})
@IsString()
import { IsString } from "class-validator";
import { ApiProperty } from "@nestjs/swagger";

export class AssignNewDealerDto {
  @ApiProperty({ type: "string" })
  @IsString()
  dealerId: string;
}

results matching ""

    No results matching ""