NewsTrendingResponse type

Contains response data for the trending operation.

type NewsTrendingResponse = TrendingTopics & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TrendingTopics
  }
}