/opt/canhelp/node_modules/googleapis/build/src/apis/webmasters
NameSizeModeActions
index.d.ts5990644editdlrm
index.js14770644editdlrm
v3.d.ts389940644editdlrm
v3.js136350644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/webmasters/index.d.ts (599B)
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { webmasters_v3 } from './v3'; export declare const VERSIONS: { v3: typeof webmasters_v3.Webmasters; }; export declare function webmasters(version: 'v3'): webmasters_v3.Webmasters; export declare function webmasters(options: webmasters_v3.Options): webmasters_v3.Webmasters; declare const auth: AuthPlus; export { auth }; export { webmasters_v3 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';