SearchGetSearchAddressStructuredResponse type

Obsahuje data odpovědi pro operaci getSearchAddressStructured.

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