Type alias SorciEventReconstitutePayload

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

Generated using TypeDoc