/opt/canhelp/node_modules/googleapis/build/src/apis/appsmarket
NameSizeModeActions
index.d.ts5990644editdlrm
index.js14770644editdlrm
v2.d.ts120720644editdlrm
v2.js49880644editdlrm
Edit: /opt/canhelp/node_modules/googleapis/build/src/apis/appsmarket/index.d.ts (599B)
/*! 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';