Type Alias IEventBus<TEvents>

The IEventBus contract defines a way for dispatching and listening to events independent of underlying technology. It commes with more convient methods compared to IEventBusAdapter.

IMPORT_PATH: "@daiso-tech/core/event-bus/contracts"

Type Parameters