VideosTrendingResponse type

Contains response data for the trending operation.

type VideosTrendingResponse = TrendingVideos & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TrendingVideos
  }
}