Beignet API reference
    Preparing search index...

    Interface NotificationPreferenceDecision

    App-owned decision for one notification channel.

    interface NotificationPreferenceDecision {
        deliver: boolean;
        reason?: string;
    }
    Index
    deliver: boolean

    Whether this channel should deliver.

    reason?: string

    Optional reason recorded when delivery is skipped.