/opt/canhelp/node_modules/googleapis/build/src/apis/calendar
NameSizeModeActions
index.d.ts5770644editdlrm
index.js14590644editdlrm
v3.d.ts2890940644editdlrm
v3.js509250644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/calendar/index.d.ts (577B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { calendar_v3 } from './v3'; export declare const VERSIONS: { v3: typeof calendar_v3.Calendar; }; export declare function calendar(version: 'v3'): calendar_v3.Calendar; export declare function calendar(options: calendar_v3.Options): calendar_v3.Calendar; declare const auth: AuthPlus; export { auth }; export { calendar_v3 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';