UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

25 lines (24 loc) 703 B
/** * 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 { 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: TableListCountersStudio; geopoints_counters: TableListCountersDetailStudio; }