次の方法で共有


SearchPostSearchAlongRouteResponse type

postSearchAlongRoute 操作の応答データを格納します。

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