File

src/auth/dtos/waitlisted.dto.ts

Index

Properties

Properties

users_waitlisted
Type : number
Decorators :
@ApiProperty({description: '', example: 10, type: 'integer'})
import { ApiProperty } from "@nestjs/swagger";

export class WaitlistedUsersDto {
  @ApiProperty({
    description: "",
    example: 10,
    type: "integer",
  })
  users_waitlisted: number;
}

results matching ""

    No results matching ""