Aracılığıyla paylaş


WebSearchResponse type

Arama işlemi için yanıt verilerini içerir.

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