Member Junction
    Preparing search index...

    Event emitted when notification state changes

    interface NotificationChangeEvent {
        action: "read" | "added" | "cleared";
        conversationId: string;
        timestamp: Date;
        type: NotificationType;
    }
    Index

    Properties

    action: "read" | "added" | "cleared"
    conversationId: string
    timestamp: Date