interface BatchNotificationOperation {
    notificationOperation?: NotificationOperation;
    notificationQueryConditions?: NotificationQueryCondition[];
}

Properties

notificationOperation?: NotificationOperation
notificationQueryConditions?: NotificationQueryCondition[]