Interface SocialGraphSummary

interface SocialGraphSummary {
    account: string;
    follower_count: number;
    followers_sample: string[];
    following_count: number;
    following_sample: string[];
}

Properties

account: string
follower_count: number
followers_sample: string[]
following_count: number
following_sample: string[]