Sorci.js
    Preparing search index...

    Type Alias PersistedEvent

    PersistedEvent: Omit<ToPersistEvent, "timestamp" | "id"> & {
        id: EventId;
        timestamp: Date;
    }

    This is the structure of an event returned by the Sorci.getEventsByQuery and Sorci.getEventById function