소스 검색

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; // 固定协审人是否可以添加协审
 }
 
 // 参与者配置项