SearchGetSearchNearbyResponse type

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

type SearchGetSearchNearbyResponse = SearchNearbyResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchNearbyResponse,
  },
}