Encapsulates notifications result properties. It defines the number of notifications and the recipients of notifications.

interface NotificationsEvaluationResult {
    count?: number;
}

Properties

Properties

count?: number

Count of generated notifications