UNPKG

@4lch4/toggl-aid

Version:

A wrapper library for interacting with the Toggl API.

9 lines (8 loc) 274 B
import { ReportsAPI } from './endpoints/Reports'; import { TogglAPI } from './endpoints/Toggl'; import { APIConfig } from './interfaces/APIConfig'; export declare class TogglAid { togglAPI: TogglAPI; reportsAPI: ReportsAPI; constructor(configOpts: APIConfig); }