UNPKG

@4lch4/toggl-aid

Version:

A wrapper library for interacting with the Toggl API.

14 lines (13 loc) 281 B
declare const Defaults: { reportsAPI: { baseUrl: string; weeklyReportUrl: string; detailsReportUrl: string; summaryReportUrl: string; }; baseTogglUrl: string; headers: { 'Content-Type': string; }; }; export { Defaults };