User password change interface

interface UserPasswordChange {
    baseUrl?: string;
    new: string;
    old: string;
}

Properties

Properties

baseUrl?: string
new: string
old: string