@4lch4/toggl-aid
Version:
A wrapper library for interacting with the Toggl API.
23 lines (22 loc) • 581 B
TypeScript
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;
}