WebSearchResponse type

Contains response data for the search operation.

type WebSearchResponse = SearchResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SearchResponse
  }
}