UNPKG

node-ts-architecture-module

Version:
4 lines (3 loc) 106 B
import ICommandBus from './ICommandBus'; export default interface ICommandHandler extends ICommandBus { }