ImagesTrendingResponse type

Contains response data for the trending operation.

type ImagesTrendingResponse = TrendingImages & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TrendingImages
  }
}