FavoritesAddResponse type

Contains response data for the add operation.

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