/** * Veeroute.Lastmile * Veeroute Lastmile API * * The version of the OpenAPI document: 3.15.183137 * Contact: support@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { HardlinkElementLastmile } from './hardlinkElement'; /** * Assignment required to associate entities in a single group. It can consist of two or more entities. Example: * driver assignment to the vehicle (connection between the performer\'s shifts and the vehicle). * order assignment to the performer (link the order to a performer\'s shift). * specifying the need to perform multiple orders during a single trip (linking orders to deliver them within one trip). */ export interface HardlinkLastmile { /** * Assignment key. */ key: string; /** * List of items in the assignment group. */ links: Array; }