Files
uniapp-im-shop/TUIKit/components/TUIChat/aiRobotManager/interface.ts
2025-12-30 23:28:59 +08:00

6 lines
99 B
TypeScript

export interface BreakAiRobotPayload {
chatbotPlugin: number;
src: number;
msgKey: string;
}