/** * 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 { CargoActionTypeUniversal } from './cargoActionType'; /** * Action with a cargo. */ export interface CargoActionUniversal { [key: string]: any | any; /** * Box key. */ box_key: string; /** * Cargo key. */ cargo_key: string; cargo_action_type: CargoActionTypeUniversal; }