UNPKG

@unchainedshop/core-events

Version:

This package defines the event module which ensures the emitted events are written to the database as an Event History and offers a core module to search for events.

5 lines 271 B
import { RawPayloadType } from '@unchainedshop/events'; export declare const configureEventHistoryAdapter: (createFn: ({ type, payload }: RawPayloadType<any> & { type: string; }) => Promise<unknown>) => void; //# sourceMappingURL=configureEventHistoryAdapter.d.ts.map