Jelajahi Sumber

feat(types): 在IFixedCollaboratorConfig添加cooperative

LuoHaoxuan 3 tahun lalu
induk
melakukan
eaf4f1eae9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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; // 固定协审人是否可以添加协审
 }
 
 // 参与者配置项