Interface ActivityResponseUser_info

interface ActivityResponseUser_info {
    id: number;
    is_private: boolean;
    profile_pic_url: string;
    username: string;
}

Properties

id: number
is_private: boolean
profile_pic_url: string
username: string