Share via


SearchGetSearchAddressStructuredResponse type

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

type SearchGetSearchAddressStructuredResponse =
  SearchAddressStructuredResponse & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: SearchAddressStructuredResponse,
    },
  }