Просмотр исходного кода

feat(types): 在IFixedCollaboratorConfig添加cooperative

LuoHaoxuan 3 лет назад
Родитель
Сommit
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; // 固定协审人是否可以添加协审
 }
 
 // 参与者配置项