IGPAPI
    Preparing search index...
    interface InUser {
        account_badges: unknown[];
        follow_friction_type: number;
        full_name: string;
        growth_friction_info: PendingTagsFeedResponse.GrowthFrictionInfo;
        is_private: boolean;
        is_verified: boolean;
        pk: number;
        profile_pic_id: string;
        profile_pic_url: string;
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    follow_friction_type: number
    full_name: string
    is_private: boolean
    is_verified: boolean
    pk: number
    profile_pic_id: string
    profile_pic_url: string
    username: string