export enum NotificationUrgency { LOW = 'low', MEDIUM = 'medium', HIGH = 'high', URGENT = 'urgent', }