UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

32 lines (31 loc) 670 B
/** * VRt.Studio [ST] * * 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. */ /** * A transport box [compatibilities](#section/Description/Compatibilities). */ export interface BoxCompatibilitiesStudio { [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<string>; }