Files
Cleanuparr/code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationLevel.cs
2025-06-18 21:58:48 +03:00

9 lines
148 B
C#

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