namespace FoodsharingSiegen.Contracts.Enums { /// /// Represents the types of feedback that can be associated with an interaction. /// public enum InteractionFeedback { Neutral = 10, Positive = 20, Negative = 30 } }