Skip to main content

ChangePasswordDto

@lowcode/api


Class: ChangePasswordDto

Defined in: apps/api/src/modules/users/dto/change-password.dto.ts:6

DTO смены пароля пользователя.

Constructors

Constructor

new ChangePasswordDto(): ChangePasswordDto

Returns

ChangePasswordDto

Properties

currentPassword

currentPassword: string

Defined in: apps/api/src/modules/users/dto/change-password.dto.ts:8


newPassword

newPassword: string

Defined in: apps/api/src/modules/users/dto/change-password.dto.ts:12