Explorar el Código

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng hace 4 años
padre
commit
a962df2ab9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      types/src/interface/enterprise.ts

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

@@ -19,6 +19,10 @@ export interface IMember {
   shareProject: 'disabled' | 'self' | 'all';
 }
 
+export interface IMemberInfo extends IMember {
+  role: 'admin' | 'staff';
+}
+
 export interface IEnterprise {
   ID: string;
   adminID: string;