import { IEvent } from './event.interface'; export interface IEventHandler { handle(event: T): any; }