Skip to content

Interface: ChangePasswordRequest

Interface: ChangePasswordRequest

Defined in: dto/auth.ts:128

POST /auth/password/change request body.

Properties

current_password

current_password: string

Defined in: dto/auth.ts:129


new_password

new_password: string

Defined in: dto/auth.ts:130