Magek Framework
    Preparing search index...

    Interface EventSearchResponse

    interface EventSearchResponse {
        type: string;
        entity: string;
        entityID: UUID;
        requestID: UUID;
        user?: UserEnvelope;
        createdAt: string;
        value: EventInterface | NotificationInterface;
        deletedAt?: string;
    }
    Index

    Properties

    type: string
    entity: string
    entityID: UUID
    requestID: UUID
    createdAt: string
    deletedAt?: string