FavoritesListResponse type

Contains response data for the list operation.

type FavoritesListResponse = ApplicationInsightsComponentFavorite[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentFavorite[]
  }
}