Class ResetPasswordDto

Data Transfer Object (DTO) for resetting the user's password.

Hierarchy

  • ResetPasswordDto

Constructors

Properties

Constructors

Properties

newPassword: string

The new password for the user

oldPassword: string

The email of the user

userId: number

The id of the user

Generated using TypeDoc