UNPKG

212 BTypeScriptView Raw
1import { GoogleConfigurable, ServiceOptions } from '.';
2export declare function getAPI<T>(api: string, options: ServiceOptions | string, versions: {
3 [index: string]: any;
4}, context?: GoogleConfigurable): T;