/** * 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. */ /** * Transport box [compatibilities](#section/Description/Compatibilities). */ export interface BoxCompatibilitiesUniversal { [key: string]: any | any; /** * Width in meters. */ width?: number; /** * Height in meters. */ height?: number; /** * Length in meters. */ length?: number; /** * A list of tags that define a property or requirement. */ box_features?: Array; }