interface User4 {
    account_badges: any[];
    can_be_reported_as_fraud: boolean;
    follow_friction_type: number;
    full_name: string;
    has_active_affiliate_shop: boolean;
    has_anonymous_profile_picture: boolean;
    has_exclusive_live: boolean;
    has_highlight_reels: boolean;
    is_favorite: boolean;
    is_private: boolean;
    is_unpublished: boolean;
    is_verified: boolean;
    latest_reel_media: number;
    live_broadcast_id?: any;
    live_broadcast_visibility?: any;
    merchant_checkout_style: string;
    num_visible_storefront_products: number;
    pk: number;
    profile_pic_url: string;
    seller_shoppable_feed_type: string;
    shoppable_posts_count: number;
    show_shoppable_feed: boolean;
    storefront_attribution_username?: any;
    username: string;
}

Properties

account_badges: any[]
can_be_reported_as_fraud: boolean
follow_friction_type: number
full_name: string
has_active_affiliate_shop: boolean
has_anonymous_profile_picture: boolean
has_exclusive_live: boolean
has_highlight_reels: boolean
is_favorite: boolean
is_private: boolean
is_unpublished: boolean
is_verified: boolean
latest_reel_media: number
live_broadcast_id?: any
live_broadcast_visibility?: any
merchant_checkout_style: string
num_visible_storefront_products: number
pk: number
profile_pic_url: string
seller_shoppable_feed_type: string
shoppable_posts_count: number
show_shoppable_feed: boolean
storefront_attribution_username?: any
username: string