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