File

src/message/request/dto/send-sms.dto.ts

Index

Properties

Properties

messageType
Type : string
Decorators :
@ApiProperty({type: 'enum', enum: MESSAGE_TYPE, example: undefined})
import { ApiProperty } from '@nestjs/swagger';
import { MESSAGE_TYPE } from '../../enum/message-type.enum';

export class SendSmsDTO {
  @ApiProperty({
    type: 'enum',
    enum: MESSAGE_TYPE,
    example: MESSAGE_TYPE.HEART_RATE_INVALID,
  })
  messageType: string;
}

results matching ""

    No results matching ""