Interface TwitterFollowersResponse

interface TwitterFollowersResponse {
    followers: TwitterFollower[];
    next_cursor: string;
}

Properties

followers: TwitterFollower[]
next_cursor: string