Interface IRawAnalytics

Represents the raw data of the analytic result of the User.

interface IRawAnalytics {
    __typename: string;
    id: string;
    organic_metrics_time_series: IAnalyticsMetric[];
    relationship_counts: IAnalyticsRelationships;
    verified_follower_count: string;
}

Properties

__typename: string
id: string
organic_metrics_time_series: IAnalyticsMetric[]
relationship_counts: IAnalyticsRelationships
verified_follower_count: string