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