mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 10:28:11 -05:00
9 lines
158 B
C#
9 lines
158 B
C#
namespace Cleanuparr.Infrastructure.Features.Notifications.Models;
|
|
|
|
public enum NotificationLevel
|
|
{
|
|
Test,
|
|
Information,
|
|
Warning,
|
|
Important
|
|
} |