SearchGetSearchAddressStructuredResponse type

Enthält Antwortdaten für den GetSearchAddressStructured-Vorgang.

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