Interface UserStoryFeedResponseUser

interface UserStoryFeedResponseUser {
    account_badges?: any[];
    friendship_status?: UserStoryFeedResponseFriendship_status;
    full_name: string;
    has_anonymous_profile_picture?: boolean;
    is_favorite?: boolean;
    is_private: boolean;
    is_unpublished?: boolean;
    is_verified: boolean;
    pk: number;
    profile_pic_id?: string;
    profile_pic_url: string;
    username: string;
}

Properties

account_badges?: any[]
full_name: string
has_anonymous_profile_picture?: boolean
is_favorite?: boolean
is_private: boolean
is_unpublished?: boolean
is_verified: boolean
pk: number
profile_pic_id?: string
profile_pic_url: string
username: string