UNPKG

@unchainedshop/core-events

Version:

Event history and tracking module for the Unchained Engine

5 lines (4 loc) 218 B
import type { RawPayloadType } from '@unchainedshop/events'; export declare const configureEventHistoryAdapter: (createFn: ({ type, payload }: RawPayloadType<any> & { type: string; }) => Promise<unknown>) => void;