Files
Cleanuparr/code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationLevel.cs
2025-06-27 15:39:26 +03:00

9 lines
148 B
C#

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