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 };