Variable EVENT_BUS_ERRORSConst

EVENT_BUS_ERRORS: {
    Base: typeof EventBusError;
    UnableToAddListener: typeof UnableToAddListenerEventBusError;
    UnableToDispatch: typeof UnableToDispatchEventBusError;
    UnableToRemoveListener: typeof UnableToRemoveListenerEventBusError;
    Unexpected: typeof UnexpectedEventBusError;
} = ...

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