2023-12-11 15:12:14 +08:00

9 lines
183 B
TypeScript

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