Bagikan melalui


WebSearchResponse type

Berisi data respons untuk operasi pencarian.

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