UNPKG

@geoapify/route-planner-sdk

Version:

TypeScript SDK for the Geoapify Route Planner API. Supports route optimization, delivery planning, and timeline visualization in browser and Node.js

14 lines (13 loc) 308 B
export interface ActionResponseData { type: string; start_time: number; duration: number; shipment_index?: number; shipment_id?: string; location_index?: number; location_id?: string; job_index?: number; job_id?: string; index?: number; waypoint_index?: number; }