FavoritesUpdateResponse type

Contains response data for the update operation.

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