Sorci.js
    Preparing search index...

    Type Alias SorciEventReconstitutePayload

    SorciEventReconstitutePayload: Omit<SorciEventCreatePayload, "identifier"> & {
        id: EventId;
        identifier: Record<string, any>;
        timestamp: Date;
    }