Type Alias EventHandlerType<T>

EventHandlerType<T>: ((event: IEvent<T>) => any | Promise<any>)

Type Parameters

  • T = any