@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
26 lines (25 loc) • 650 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 { CalculationInfoAccount } from './calculationInfo';
/**
* Detail process statistics.
*/
export interface AuditActionStatisticsAccount {
[key: string]: any | any;
/**
* Non-unique points per request.
*/
request_points_count?: number | null;
/**
* The number of planned elements in the response.
*/
result_elements_count?: number | null;
calculation_info: CalculationInfoAccount;
}