@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
31 lines (30 loc) • 807 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { WebOrderGeopointStudio } from './webOrderGeopoint';
import { TableListCountersStudio } from './tableListCounters';
import { TableListCountersDetailStudio } from './tableListCountersDetail';
/**
* Geopoints for map.
*/
export interface WebOrderGeopointListStudio {
[key: string]: any | any;
/**
* A list of points.
*/
geopoints: Array<WebOrderGeopointStudio>;
/**
* Counters by list of entities.
*/
counters: TableListCountersStudio;
/**
* Counters by list of points.
*/
geopoints_counters: TableListCountersDetailStudio;
}