FavoritesAddResponse type
Содержит данные ответа для операции добавления.
type FavoritesAddResponse = ApplicationInsightsComponentFavorite & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentFavorite
}
}