Jelajahi Sumber

feat(types): 审批简报、进度、日志流程可见性

lipk 2 tahun lalu
induk
melakukan
28b630c2c6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -370,7 +370,7 @@ export interface IScopeType {
   value: string;
 }
 
-interface monitorPermissionItem {
+export interface monitorPermissionItem {
   type: string;
   value: string;
 }