ComponentAnalytics:
    | {
        filter?: ComponentAnalyticsFilter | null;
        granularity?: Granularity | null;
        type: "total_unique_users";
    }
    | {
        filter?: ComponentAnalyticsFilter | null;
        page?: number | null;
        type: "top_pages";
    }
    | {
        filter?: ComponentAnalyticsFilter | null;
        page?: number | null;
        type: "top_components";
    }
    | {
        page?: number | null;
        type: "component_names";
    }
    | {
        filter?: ComponentAnalyticsFilter | null;
        granularity?: Granularity | null;
        type: "component_interaction_time";
    }
MMNEPVFCICPMFPCPTTAAATR