import { CallableAction } from '../../common/interface/CallableAction'; export interface IConnectorAction extends CallableAction { }