File

libs/dtos/src/auth/request/TurnOff2FA.dto.ts

Extends

ValidateableDto

Index

Properties

Properties

code
Type : string
Decorators :
@ApiProperty()
Public validate
Type : function
Inherited from ValidateableDto
Defined in ValidateableDto:11
import { ValidateableDto } from '../../generics/Validateable.dto'
import { ApiProperty } from '@nestjs/swagger'

export class TurnOff2FADto extends ValidateableDto {
  @ApiProperty()
  code!: string
}

results matching ""

    No results matching ""