/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { TimeWindowUniversal } from './timeWindow'; /** * Transport\'s shift assigned to the specified time (`shift_time`). */ export interface AssignedTransportUniversal { [key: string]: any | any; /** * Transport key, unique identifier. */ transport_key: string; /** * Transport\'s shift key. */ shift_key: string; shift_time: TimeWindowUniversal; }