File

src/iam/role/dto/create-role.dto.ts

Index

Properties

Properties

name
Type : string
Decorators :
@ApiProperty()
@IsNotEmpty()
import { ApiProperty } from "@nestjs/swagger";
import { IsNotEmpty } from "class-validator";

export class CreateRoleDto {
  @ApiProperty()
  @IsNotEmpty()
  name: string;
}

results matching ""

    No results matching ""