SearchPostSearchAddressBatchPreviewResponse type

Contains response data for the postSearchAddressBatchPreview operation.

type SearchPostSearchAddressBatchPreviewResponse = BatchResponse &
  SearchPostSearchAddressBatchPreviewHeaders & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: BatchResponse,
      parsedHeaders: SearchPostSearchAddressBatchPreviewHeaders,
    },
  }