Преглед изворни кода

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

lipk пре 3 година
родитељ
комит
28b630c2c6
1 измењених фајлова са 1 додато и 1 уклоњено
  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;
 }