@fusebit-int/gong-provider
Version:
Gong provider
10 lines • 440 B
TypeScript
import { Internal } from '@fusebit-int/framework';
import { GongClient as Client } from './GongClient';
declare type FusebitGongClient = Client & {
fusebit?: Internal.Types.IFusebitCredentials;
};
export default class GongProvider extends Internal.Provider.Activator<FusebitGongClient> {
instantiate(ctx: Internal.Types.Context, lookupKey: string): Promise<FusebitGongClient>;
}
export {};
//# sourceMappingURL=GongProvider.d.ts.map