SearchPostSearchAlongRouteResponse type

Contains response data for the postSearchAlongRoute operation.

type SearchPostSearchAlongRouteResponse = SearchAlongRouteResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchAlongRouteResponse,
  },
}