Condividi tramite


ImagesTrendingResponse type

Contiene i dati di risposta per l'operazione di tendenza.

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