Skip to content

@sylis/api v0.0.1


@sylis/api / modules/auth/dto/register.dto / RegisterReqDto

Class: RegisterReqDto

Defined in: apps/api/src/modules/auth/dto/register.dto.ts:5

Constructors

Constructor

new RegisterReqDto(): RegisterReqDto

Returns

RegisterReqDto

Properties

code

code: string

Defined in: apps/api/src/modules/auth/dto/register.dto.ts:21


email

email: string

Defined in: apps/api/src/modules/auth/dto/register.dto.ts:12


password

password: string

Defined in: apps/api/src/modules/auth/dto/register.dto.ts:34