@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
25 lines (24 loc) • 594 B
TypeScript
/**
* 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.
*/
import { DateStatisticsAccount } from './dateStatistics';
/**
* Usage service statistics by the specific user.
*/
export interface UserStatisticsAccount {
[key: string]: any | any;
/**
* Unique username for login.
*/
username: string;
/**
* Statistics list for each day for the specified user.
*/
dates: Array<DateStatisticsAccount>;
}