/**
 * VRt.Studio [ST]
 *
 * 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 { TablePerformerFilterStudio } from './tablePerformerFilter';
/**
 * Data for calculating metrics. If entity keys are specified, metrics are calculated by them. If keys are not specified, metrics are calculated by all entities that fall under the filters.
 */
export interface TablePerformerMetricsFilterListStudio {
    [key: string]: any | any;
    /**
     * List of essence keys.
     */
    keys?: Array<string>;
    /**
     * A list of filters.
     */
    filters?: Array<TablePerformerFilterStudio>;
}
