core-utils
    Preparing search index...

    Notification preferences overrides for category, workflow or channel.

    interface PreferenceOverrides {
        channels?: Record<string, boolean> | null;
        channelTypes?: ChannelTypePreferences | null;
    }
    Index

    Properties

    channels?: Record<string, boolean> | null

    Channel-specific overrides keyed by channel UUIDs.

    channelTypes?: ChannelTypePreferences | null

    Channel type-specific preferences.