mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 02:18:36 -05:00
10 lines
134 B
C#
10 lines
134 B
C#
namespace Cleanuparr.Domain.Enums;
|
|
|
|
public enum EventSeverity
|
|
{
|
|
Test,
|
|
Information,
|
|
Warning,
|
|
Important,
|
|
Error,
|
|
} |