UNPKG

@fusebit-int/clickup-connector

Version:
13 lines 519 B
import { Connector } from '@fusebit-int/framework'; import { OAuthConnector } from '@fusebit-int/oauth-connector'; import { Service } from './Service'; declare class ServiceConnector extends OAuthConnector<Service> { static Service: typeof Service; protected createService(): Service; protected addUrlConfigurationAdjustment(): Connector.Types.Handler; constructor(); } declare const connector: ServiceConnector; export default connector; export { ServiceConnector }; //# sourceMappingURL=index.d.ts.map