Interface ChangePasswordInput

interface ChangePasswordInput {
    new: string;
    old: string;
}

Properties

Properties

new: string

New password

old: string

Old password