UNPKG

@veeroute/lss-account-angular

Version:

OpenAPI client for @veeroute/lss-account-angular

24 lines (23 loc) 465 B
/** * VRt.Account [AC] * * The version of the OpenAPI document: 7.18.2755 * 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; }