namespace API.Schema;

public enum NotificationUrgency : byte
{
    Low = 1,
    Normal = 3,
    High = 5
}