/** * 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 { TimeWindowLastmile } from './timeWindow'; /** * Operating time window of a location. */ export interface LoadWindowLastmile { time_window?: TimeWindowLastmile; /** * The number of vehicles that can be loaded/unloaded simultaneously within this time window. If 0, the restriction is ignored. This parameter strongly affects the planning time and quality of the solution. */ gates_count?: number; }