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