次の方法で共有


SearchGetSearchAddressReverseResponse type

getSearchAddressReverse 操作の応答データが含まれます。

type SearchGetSearchAddressReverseResponse = SearchAddressReverseResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchAddressReverseResponse,
  },
}