Type alias AppendEventPayload

AppendEventPayload: {
    sourcingEvent: ToPersistEvent;
} | {
    eventIdentifier: EventId;
    query: Query;
    sourcingEvent: ToPersistEvent;
}

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

Generated using TypeDoc