UNPKG

@4lch4/toggl-aid

Version:

A wrapper library for interacting with the Toggl API.

6 lines (5 loc) 97 B
export interface APIConfig { username: string; password: string; baseUrl?: string; }