UNPKG

@fusebit-int/sendgrid-connector

Version:
12 lines 467 B
import { PrivateKeyConnector } from '@fusebit-int/privatekey-connector'; import { Service } from './Service'; declare class ServiceConnector extends PrivateKeyConnector<Service> { static Service: typeof Service; protected createService(): Service; protected getServiceName(): string; protected getKeyName(): string; } declare const connector: ServiceConnector; export default connector; export { ServiceConnector }; //# sourceMappingURL=index.d.ts.map