namespace Domain.Entities.Donations.ValueObject; public enum GoalWidgetStyle { Simple = 0, Gradient = 1, Neon = 2 }