SearchGetSearchAddressResponse type

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

type SearchGetSearchAddressResponse = SearchAddressResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchAddressResponse,
  },
}