Condividi tramite


SearchGetSearchAddressResponse type

Contiene i dati di risposta per l'operazione getSearchAddress.

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