user-service
    Preparing search index...
    interface OutboxEventDoc {
        aggregateId: string;
        aggregateType: string;
        correlationId?: string;
        createdAt: Date;
        eventId: string;
        eventType: string;
        occurredAt: string;
        payload: Record<string, unknown>;
    }
    Index

    Properties

    aggregateId: string
    aggregateType: string
    correlationId?: string
    createdAt: Date
    eventId: string
    eventType: string
    occurredAt: string
    payload: Record<string, unknown>