Interface: NotificationServiceDependencies
Defined in: electron/services/notifications/NotificationService.ts:40
Dependencies required by the NotificationService for proper operation.
Remarks
Follows the standardized dependency injection pattern used throughout the application. Provides optional configuration with sensible defaults.
Properties
config?
optionalconfig:NotificationConfig
Defined in: electron/services/notifications/NotificationService.ts:45
Optional configuration for notification behavior. Defaults to enabled alerts.