interface UserData {
    app_id: number;
    avatar_url: string;
    connects: Connect[];
    country_code: number;
    create_time: number;
    description: string;
    email: string;
    external_employee_platform: string;
    has_password: number;
    is_employee: boolean;
    mobile: string;
    odin_user_type: number;
    screen_name: string;
    sec_user_id: string;
    session_key: string;
    user_id: number;
    user_id_str: string;
    username: string;
}

Properties

app_id: number
avatar_url: string
connects: Connect[]
country_code: number
create_time: number
description: string
email: string
external_employee_platform: string
has_password: number
is_employee: boolean
mobile: string
odin_user_type: number
screen_name: string
sec_user_id: string
session_key: string
user_id: number
user_id_str: string
username: string