File

src/user/request/dto/note-positive-info.dto.ts

Index

Properties

Properties

minutesToNext
Type : number
Decorators :
@ApiProperty({type: Number, maxLength: 2880, required: true})
import { ApiProperty } from '@nestjs/swagger';

export class NotePositiveInfoDTO {
  @ApiProperty({ type: Number, maxLength: 2880, required: true })
  minutesToNext: number;
}

results matching ""

    No results matching ""