/**
 * VRt.Account [AC]
 *
 * The version of the OpenAPI document: 7.16.2673
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
/**
 * Password change data.
 */
export interface PasswordChangeRequestAccount {
    [key: string]: any | any;
    /**
     * Password.
     */
    current_password: string | null;
    /**
     * Password.
     */
    new_password: string | null;
}
