Skip to main content

Interface: NotificationHandlersDependencies

Defined in: electron/services/ipc/handlers/notificationHandlers.ts:33

Dependencies required to register notification preference IPC handlers.

Properties

notificationService

readonly notificationService: NotificationService

Defined in: electron/services/ipc/handlers/notificationHandlers.ts:34


registeredHandlers

readonly registeredHandlers: Set<keyof IpcInvokeChannelMap>

Defined in: electron/services/ipc/handlers/notificationHandlers.ts:35


updatePreferencesChannel

readonly updatePreferencesChannel: "update-notification-preferences"

Defined in: electron/services/ipc/handlers/notificationHandlers.ts:36