UNPKG

googleapis

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