UNPKG

@fusebit-int/gong-provider

Version:
10 lines 440 B
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