Files
Cleanuparr/code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/NotificationLevel.cs
T

9 lines
158 B
C#

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