mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
8 lines
110 B
C#
8 lines
110 B
C#
namespace API.Schema;
|
|
|
|
public enum NotificationUrgency : byte
|
|
{
|
|
Low = 1,
|
|
Normal = 3,
|
|
High = 5
|
|
} |