Преглед изворни кода

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';