Interface: NotificationHandlersDependencies
Defined in: electron/services/ipc/handlers/notificationHandlers.ts:38
Dependencies required to register notification preference IPC handlers.
Properties
notificationService
readonly notificationService: NotificationService;
Defined in: electron/services/ipc/handlers/notificationHandlers.ts:39
registeredHandlers
readonly registeredHandlers: Set<keyof IpcInvokeChannelMap>;
Defined in: electron/services/ipc/handlers/notificationHandlers.ts:40