SearchPostSearchFuzzyBatchPreviewResponse type

Contains response data for the postSearchFuzzyBatchPreview operation.

type SearchPostSearchFuzzyBatchPreviewResponse = BatchResponse &
  SearchPostSearchFuzzyBatchPreviewHeaders & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: BatchResponse,
      parsedHeaders: SearchPostSearchFuzzyBatchPreviewHeaders,
    },
  }