SearchGetSearchNearbyResponse type

Contains response data for the getSearchNearby operation.

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