interface NodeUser {
    followed_by_viewer: boolean;
    full_name: string;
    id: string;
    is_verified: boolean;
    profile_pic_url: string;
    username: string;
}

Properties

followed_by_viewer: boolean
full_name: string
id: string
is_verified: boolean
profile_pic_url: string
username: string