Поделиться через


FavoritesUpdateResponse type

Содержит данные ответа для операции обновления.

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