/**
 * 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 { AuditCountersAccount } from './auditCounters';
import { AuditActionAccount } from './auditAction';
/**
 * User actions request result.
 */
export interface AccountAuditResultAccount {
    [key: string]: any | any;
    /**
     * User actions list.
     */
    actions: Array<AuditActionAccount>;
    counters: AuditCountersAccount;
}
