/**
 * VRt.Routing [RT]
 *
 * The version of the OpenAPI document: 7.16.2673
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { RouteRouting } from './route';
import { TracedataRouting } from './tracedata';
/**
 * Routing result.
 */
export interface RouteResultRouting {
    [key: string]: any | any;
    tracedata: TracedataRouting;
    route: RouteRouting;
}
