Type Alias CreateFeedbackChatBodyDto

CreateFeedbackChatBodyDto: {
    content: string;
    fileIds?: string[];
    initiatorId?: string;
    isAnonymous?: boolean;
    parentId?: string | null;
    roomId?: string;
}