mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-20 03:38:03 -05:00
10 lines
121 B
C#
10 lines
121 B
C#
namespace Data.Enums;
|
|
|
|
public enum EventSeverity
|
|
{
|
|
Test,
|
|
Information,
|
|
Warning,
|
|
Important,
|
|
Error,
|
|
} |