Kaynağa Gözat

feat(types): enterprise

qinlaiqiao 5 yıl önce
ebeveyn
işleme
f234426d08
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      types/src/interface/enterprise.ts

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

@@ -9,6 +9,7 @@ export enum Relationship {
 export interface IMember {
   userID: string;
   memberName: string;
+  position: string;
   status: 'normal' | 'disabled' | 'unconfirmed';
   cptList: string[];
   createProject: 'yes' | 'no';