interface ItemUser {
    account_badges: any[];
    follow_friction_type: number;
    friendship_status: PendingTagsFeedResponse.FriendshipStatus;
    full_name: string;
    growth_friction_info: PendingTagsFeedResponse.GrowthFrictionInfo;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    has_primary_country_in_feed: boolean;
    has_primary_country_in_profile: boolean;
    is_favorite: boolean;
    is_private: boolean;
    is_unpublished: boolean;
    is_verified: boolean;
    latest_reel_media: number;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    username: string;
}

Properties

account_badges: any[]
follow_friction_type: number
full_name: string
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
has_primary_country_in_feed: boolean
has_primary_country_in_profile: boolean
is_favorite: boolean
is_private: boolean
is_unpublished: boolean
is_verified: boolean
latest_reel_media: number
pk: number
profile_pic_id: string
profile_pic_url: string
username: string