UNPKG

googleapis

Version:
11 lines (10 loc) 402 B
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { adsense_v1_4 } from './v1.4'; export declare const VERSIONS: { 'v1.4': typeof adsense_v1_4.Adsense; }; export declare function adsense(version: 'v1.4'): adsense_v1_4.Adsense; export declare function adsense(options: adsense_v1_4.Options): adsense_v1_4.Adsense; declare const auth: AuthPlus; export { auth };