Files
2025-07-03 12:43:43 +03:00

9 lines
158 B
C#

namespace Cleanuparr.Infrastructure.Features.Notifications.Models;
public enum NotificationLevel
{
Test,
Information,
Warning,
Important
}