export interface ShipmentStepData { location?: [number, number]; location_index?: number; duration?: number; time_windows: [number, number][]; }