interface User {
    full_name: string;
    is_private: boolean;
    is_verified: boolean;
    pk: number;
    pk_id: string;
    profile_pic_id: string;
    profile_pic_url: string;
    strong_id__: string;
    username: string;
}

Properties

full_name: string
is_private: boolean
is_verified: boolean
pk: number
pk_id: string
profile_pic_id: string
profile_pic_url: string
strong_id__: string
username: string