core-utils
    Preparing search index...

    Notification preferences for specific channel types.

    interface ChannelTypePreferences {
        chat?: boolean;
        email?: boolean;
        http?: boolean;
        inAppFeed?: boolean;
        push?: boolean;
        sms?: boolean;
    }
    Index

    Properties

    chat?: boolean
    email?: boolean
    http?: boolean
    inAppFeed?: boolean
    push?: boolean
    sms?: boolean