export interface User {
    api_token: string;
    default_wid: number;
    email: string;
    fullname: string;
    jquery_timeofday_format: string;
    jquery_date_format: string;
    timeofday_format: string;
    date_format: string;
    store_start_and_stop_time: boolean;
    beginning_of_week: number;
    language: string;
    image_url: string;
    sidebar_piechart: boolean;
    at: Date;
    new_blog_post: any;
    send_product_emails: boolean;
    send_weekly_report: boolean;
    send_timer_notifications: boolean;
    openid_enabled: boolean;
    timezone: string;
}
