UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

26 lines (25 loc) 531 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. */ import { CargoActionTypeStudio } from './cargoActionType'; /** * Action with a cargo. */ export interface CargoActionStudio { [key: string]: any | any; /** * Box key. */ box_key: string; /** * Cargo key. */ cargo_key: string; cargo_action_type: CargoActionTypeStudio; }