/**
 * 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 { WebPerformerGeopointStudio } from './webPerformerGeopoint';
import { TableListCountersStudio } from './tableListCounters';
import { TableListCountersDetailStudio } from './tableListCountersDetail';
/**
 * Geopoints for map.
 */
export interface WebPerformerGeopointListStudio {
    [key: string]: any | any;
    /**
     * A list of points.
     */
    geopoints: Array<WebPerformerGeopointStudio>;
    counters: TableListCountersStudio;
    geopoints_counters: TableListCountersDetailStudio;
}
