index.d.ts
452 Bytes
/*! THIS FILE IS AUTO-GENERATED */
import { AuthPlus } from 'googleapis-common';
import { dfareporting_v3_3 } from './v3.3';
export declare const VERSIONS: {
'v3.3': typeof dfareporting_v3_3.Dfareporting;
};
export declare function dfareporting(version: 'v3.3'): dfareporting_v3_3.Dfareporting;
export declare function dfareporting(options: dfareporting_v3_3.Options): dfareporting_v3_3.Dfareporting;
declare const auth: AuthPlus;
export { auth };