UNPKG

gcal-commander

Version:

A command-line interface for Google Calendar operations

7 lines (6 loc) 219 B
export interface CalendarAuth { client: any; } export declare function getCalendarAuth(): Promise<CalendarAuth>; export declare function getCredentialsPath(): string; export declare function getTokenPath(): string;