Type Alias EventBusSettingsBase

EventBusSettingsBase: {
    keyPrefixer: KeyPrefixer;
    lazyPromiseFactory?: Factory<AsyncLazy<any>, LazyPromise<any>>;
}

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

Type declaration