package com.emonster.taroaichat.domain.enumeration;

/**
 * The Feedback enumeration.
 */
public enum Feedback {
    POSITIVE,
    NEGATIVE,
}
