interface NotificationEventBacklogStatus {
    eventBacklogStatus?: EventBacklogStatus[];
    notificationBacklogStatus?: NotificationBacklogStatus[];
}

Properties

eventBacklogStatus?: EventBacklogStatus[]
notificationBacklogStatus?: NotificationBacklogStatus[]