Browse Source

refactor(types): 企业类型

qinlaiqiao 4 years ago
parent
commit
de30a55949
1 changed files with 1 additions and 0 deletions
  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';