Dela via


WebSearchResponse type

Innehåller svarsdata för sökåtgärden.

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