mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-04 22:38:06 -05:00
Add download cleaner and dry run (#58)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Infrastructure.Verticals.Notifications.Models;
|
||||
|
||||
public enum NotificationLevel
|
||||
{
|
||||
Test,
|
||||
Information,
|
||||
Warning,
|
||||
Important
|
||||
}
|
||||
Reference in New Issue
Block a user