Partager via


FavoritesAddResponse type

Contient des données de réponse pour l’opération d’ajout.

type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentFavorite
  }
}