/**
 * 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.
 */
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;
}
