namespace SPMS.Domain.Enums; /// /// 웹훅 이벤트 유형 (WebhookLog.event_type) /// public enum WebhookEvent : byte { PushSent = 0, PushFailed = 1, PushClicked = 2 }