interface PutMePasswordRequest {
    auth?: { password: string; user: string };
    body: PasswordResetBody;
}

Properties

Properties

auth?: { password: string; user: string }

The new password.

MMNEPVFCICPMFPCPTTAAATR