Interface FollowCount

interface FollowCount {
    account: string;
    follower_count: number;
    following_count: number;
}

Properties

account: string
follower_count: number
following_count: number