UNPKG

googleapis

Version:
13 lines (12 loc) 698 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { webcontentpublisher_v1 } from './v1'; export declare const VERSIONS: { v1: typeof webcontentpublisher_v1.Webcontentpublisher; }; export declare function webcontentpublisher(version: 'v1'): webcontentpublisher_v1.Webcontentpublisher; export declare function webcontentpublisher(options: webcontentpublisher_v1.Options): webcontentpublisher_v1.Webcontentpublisher; declare const auth: AuthPlus; export { auth }; export { webcontentpublisher_v1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';