interface NotificationBatch {
    endTime?: any;
    notificationCount?: number;
    notificationIds?: string;
    problematicNotifications?: DiagnosticNotification[];
    startTime?: any;
}

Properties

endTime?: any
notificationCount?: number
notificationIds?: string
problematicNotifications?: DiagnosticNotification[]
startTime?: any