import { ICommand } from './command.interface'; export interface ICommandPublisher { publish(command: T): any; }