UNPKG

@fusebit-int/microsoft-bot-framework-connector

Version:

Connector for the Microsoft Bot Framework

11 lines 370 B
import { Connector } from '@fusebit-int/framework'; import { Service } from './Service'; declare class ServiceConnector extends Connector { static Service: typeof Service; protected createService(): Service; constructor(); } declare const connector: ServiceConnector; export default connector; export { ServiceConnector }; //# sourceMappingURL=index.d.ts.map