qinlaiqiao пре 5 година
родитељ
комит
7af8ca5626
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      types/src/interface/enterprise.ts

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

@@ -1,5 +1,6 @@
 export interface IMember {
   userID: string;
+  memberName: string;
   cptList: string[];
   createProject: 'yes' | 'no';
   projectView: 'self' | 'all';