UNPKG

@veeroute/lss-routing-angular

Version:

OpenAPI client for @veeroute/lss-routing-angular

20 lines (19 loc) 496 B
/** * VRt.Routing [RT] * * 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 { TracedataRouting } from './tracedata'; import { RoutingMatrixRouting } from './routingMatrix'; /** * Matrix calculation result. */ export interface MatrixResultRouting { [key: string]: any | any; tracedata: TracedataRouting; matrix: RoutingMatrixRouting; }