Type Alias UpdateFeedbackChatBodyDto

UpdateFeedbackChatBodyDto: {
    content: string;
}