namespace Brizco.Domain.Enums; public enum ShiftPlanNotifyType { None = 0, BeforeEndShift30Min = 1, EndOfShift = 2, AfterStartShift2Hour = 3 }