import type { IAbstractConnector } from "./abstract.connector"; export interface IIntegrationConnector extends IAbstractConnector {}