Explorar o código

refactor(types): 企业类型

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
de30a55949
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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';