mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-26 23:48:30 -05:00
9 lines
148 B
C#
9 lines
148 B
C#
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public enum NotificationLevel
|
|
{
|
|
Test,
|
|
Information,
|
|
Warning,
|
|
Important
|
|
} |