export type UpdateChatFeedbackProps = { chatId: string; chatItemId: string; shareId?: string; outLinkUid?: string; userBadFeedback?: string; userGoodFeedback?: string; };