using Infrastructure.Verticals.Notifications; namespace Cleanuparr.Infrastructure.Features.Notifications; public interface INotificationFactory { List OnFailedImportStrikeEnabled(); List OnStalledStrikeEnabled(); List OnSlowStrikeEnabled(); List OnQueueItemDeletedEnabled(); List OnDownloadCleanedEnabled(); List OnCategoryChangedEnabled(); }