Interface: MonitorNotificationState
Defined in: electron/services/notifications/NotificationService.ts:50
Properties
lastNotifiedAt?
optional lastNotifiedAt?: number;
Defined in: electron/services/notifications/NotificationService.ts:51
lastStatus?
optional lastStatus?: MonitorStatusKind;
Defined in: electron/services/notifications/NotificationService.ts:52
suppressionUntil?
optional suppressionUntil?: number;
Defined in: electron/services/notifications/NotificationService.ts:53