interface TwitterProfile {
    affiliates: UserAffiliates;
    avatar: string;
    blue_verified: boolean;
    business_account: any[];
    created_at: string;
    desc: string;
    friends: number;
    header_image: string;
    id: string;
    location: string;
    media_count: number;
    name: string;
    pinned_tweet_ids_str: string[];
    profile: string;
    protected: boolean;
    rest_id: string;
    status: string;
    statuses_count: number;
    sub_count: number;
}

Properties

affiliates: UserAffiliates
avatar: string
blue_verified: boolean
business_account: any[]
created_at: string
desc: string
friends: number
header_image: string
id: string
location: string
media_count: number
name: string
pinned_tweet_ids_str: string[]
profile: string
protected: boolean
rest_id: string
status: string
statuses_count: number
sub_count: number