Share via


SearchGetSearchAddressResponse type

getSearchAddress işleminin yanıt verilerini içerir.

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