/opt/canhelp/node_modules/googleapis/build/src/apis/sheets
NameSizeModeActions
index.d.ts5550644editdlrm
index.js14410644editdlrm
v4.d.ts3041530644editdlrm
v4.js253570644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/sheets/index.d.ts (555B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { sheets_v4 } from './v4'; export declare const VERSIONS: { v4: typeof sheets_v4.Sheets; }; export declare function sheets(version: 'v4'): sheets_v4.Sheets; export declare function sheets(options: sheets_v4.Options): sheets_v4.Sheets; declare const auth: AuthPlus; export { auth }; export { sheets_v4 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';