index.d.ts
624 Bytes
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { content_v2 } from './v2';
import { content_v2_1 } from './v2.1';
export declare const VERSIONS: {
'v2.1': typeof content_v2_1.Content;
'v2': typeof content_v2.Content;
};
export declare function content(version: 'v2.1'): content_v2_1.Content;
export declare function content(options: content_v2_1.Options): content_v2_1.Content;
export declare function content(version: 'v2'): content_v2.Content;
export declare function content(options: content_v2.Options): content_v2.Content;
declare const auth: AuthPlus;
export { auth };