Member Junction
    Preparing search index...

    Notification state for persistence

    interface NotificationState {
        conversations: Record<string, ConversationNotification>;
        lastUpdated: Date;
        preferences: NotificationPreferences;
    }
    Index

    Properties

    conversations: Record<string, ConversationNotification>
    lastUpdated: Date