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