@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface NotificationSettings

    interface NotificationSettings {
        defaultChatRules: ChatNotificationRules;
        defaultEventRules: EventNotificationRules;
        recipientChatRules: Record<string, ChatNotificationRules>;
    }
    Index

    Properties

    defaultChatRules: ChatNotificationRules
    defaultEventRules: EventNotificationRules
    recipientChatRules: Record<string, ChatNotificationRules>