Type Alias RecommendationAnalyticsFilter

RecommendationAnalyticsFilter: {
    component_name?: string | null;
    date_range?: DateRange | null;
    recommendation_type?: RecommendationType | null;
    top_score?: FloatRange | null;
}