FavoriteType type

Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.

type FavoriteType = "shared" | "user"