gerson
2024-09-08 18aeed6ed17a3aeacc157e0019159957aeaec556
src/types/mitt.d.ts
@@ -1,3 +1,5 @@
import type { SupervisorPublished } from '../views/project/yw/lowCode/sqlAmis/types';
/**
 * mitt 事件类型定义
 *
@@ -68,10 +70,15 @@
   };
   'fault.diagnosis.event.update': {
      ID?: string;
      OldCatalogID?:string;
      OldCatalogID?: string;
      CatalogID?: string;
   };
   'supervisor.publish': {
      id: string;
      published: SupervisorPublished;
   };
   //#endregion
};