interface SnapToRoadsResponse {
    data: { snappedPoints: SnappedPoint[] };
}

Hierarchy

  • AxiosResponse
    • SnapToRoadsResponse

Properties

Properties

data: { snappedPoints: SnappedPoint[] }

Type declaration