File

src/users/dto/create-user-role.dto.ts

Index

Properties

Properties

Readonly roleId
Type : string
Decorators :
@ApiProperty()
Readonly userId
Type : string
Decorators :
@ApiProperty()
import { ApiProperty } from "@nestjs/swagger";

export class CreateUserRoleDto {
  @ApiProperty()
  readonly userId: string;

  @ApiProperty()
  readonly roleId: string;
}

results matching ""

    No results matching ""