Interface UserRepositorySearchResponseUsersItem

interface UserRepositorySearchResponseUsersItem {
    byline: string;
    follower_count: number;
    friendship_status: UserRepositorySearchResponseFriendship_status;
    full_name: string;
    has_anonymous_profile_picture: boolean;
    is_private: boolean;
    is_verified: boolean;
    latest_reel_media?: number;
    mutual_followers_count: number;
    pk: number;
    profile_pic_id?: string;
    profile_pic_url: string;
    search_social_context?: string;
    social_context?: string;
    unseen_count?: number;
    username: string;
}

Properties

byline: string
follower_count: number
full_name: string
has_anonymous_profile_picture: boolean
is_private: boolean
is_verified: boolean
latest_reel_media?: number
mutual_followers_count: number
pk: number
profile_pic_id?: string
profile_pic_url: string
search_social_context?: string
social_context?: string
unseen_count?: number
username: string