Explorar o código

feat(types): 项目变更

vian %!s(int64=4) %!d(string=hai) anos
pai
achega
b9105486c8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/project.ts

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

@@ -279,6 +279,7 @@ export interface IProject extends ITreeScm {
     createDateForView?: number;
     actualTreeData?: ITreeScm; // 真正的树结构数据。有时候可能需要暂时变更project的树结构数据,在这种时候需要存储原本的真实树结构数据
     from?: string; // 来自于某用户名称
+    members?: string[]; // 成员协作
   };
 }