export type AdminUpdateFeedbackParams = { chatItemId: string; kbId: string; dataId: string; content: string; };