UNPKG

@veeroute/lss-universal-angular

Version:

OpenAPI client for @veeroute/lss-universal-angular

20 lines (19 loc) 560 B
/** * VRt.Universal [UV] * * 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 { TransportTypeUniversal } from './transportType'; import { RoutingMatrixUniversal } from './routingMatrix'; /** * Time-distance matrix for a specific transport type. */ export interface RoutingTransportMatrixUniversal { [key: string]: any | any; transport_type: TransportTypeUniversal; matrix: RoutingMatrixUniversal; }