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

feat(types): 在IFixedCollaboratorConfig添加cooperative

LuoHaoxuan пре 3 година
родитељ
комит
eaf4f1eae9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      types/src/interface/process.ts

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

@@ -242,6 +242,7 @@ export interface IComponentPermissionConfig {
 export interface IFixedCollaboratorConfig {
   executors: string[]; // 固定协审
   permissions: IComponentPermissionConfig[];
+  cooperative?: boolean; // 固定协审人是否可以添加协审
 }
 
 // 参与者配置项