Files
Cleanuparr/code/Infrastructure/Verticals/Notifications/Models/NotificationLevel.cs
2025-02-16 03:20:00 +02:00

9 lines
148 B
C#

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