FavoritesAddResponse type
Innehåller svarsdata för tilläggsåtgärden.
type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}