DotFeedbackBodyDto: {
    review?: string | null;
    type: "POSITIVE" | "NEGATIVE";
}