Type Alias IEventBusDispatcherAdapter

IEventBusDispatcherAdapter: {
    dispatch(eventName: string, eventData: BaseEvent): Promise<void>;
}

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

Type declaration