浏览代码

refactor(types): 企业类型

qinlaiqiao 4 年之前
父节点
当前提交
de30a55949
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/enterprise.ts

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

@@ -7,6 +7,7 @@ export enum Relationship {
 export interface IMember {
   userID: string;
   memberName: string;
+  activated: boolean;
   cptList: string[];
   createProject: 'yes' | 'no';
   projectView: 'self' | 'all';