Parcourir la source

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

lipk il y a 2 ans
Parent
commit
28b630c2c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      types/src/interface/process.ts

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

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