wujingjing
2025-03-27 f5e66da24d11103d19986d88428e17d6d4dd8b0f
src/types/mitt.d.ts
@@ -1,3 +1,5 @@
import type { SupervisorPublished } from '../views/project/yw/lowCode/sqlAmis/types';
/**
 * mitt 事件类型定义
 *
@@ -68,11 +70,20 @@
   };
   'fault.diagnosis.event.update': {
      ID?: string;
      OldCatalogID?:string;
      OldCatalogID?: string;
      CatalogID?: string;
   };
   'supervisor.publish': {
      id: string;
      published: SupervisorPublished;
   };
   //#endregion
   'amis.page.ready':{
      instance
   }
};
// mitt 参数类型定义