wujingjing
2025-03-04 92d2ea48d343fc00d81905167d033c40200ea716
src/types/mitt.d.ts
@@ -35,9 +35,11 @@
      instance: any;
   };
   updateHeaderTitle?:string;
   newChatClick?:T;
   isShowHomePage?:boolean;
   updateHeaderTitle?: string;
   newChatClick?: T;
   isShowHomePage?: boolean;
   quoteAttach: T;
};
// mitt 参数类型定义