interface ItemUser {
    __typename: XDTUserDict;
    follow_friction_type: number;
    friendship_status: FriendshipStatus;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    has_highlight_reels: boolean;
    is_favorite: boolean;
    is_private: boolean;
    is_unpublished: boolean;
    is_verified: boolean;
    latest_reel_media: number;
    live_broadcast_id: null;
    live_broadcast_visibility: null;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    username: string;
}

Properties

__typename: XDTUserDict
follow_friction_type: number
friendship_status: FriendshipStatus
full_name: string
has_anonymous_profile_picture: boolean
has_highlight_reels: boolean
is_favorite: boolean
is_private: boolean
is_unpublished: boolean
is_verified: boolean
latest_reel_media: number
live_broadcast_id: null
live_broadcast_visibility: null
pk: number
profile_pic_id: string
profile_pic_url: string
username: string