Explorar el Código

refactor(types): enterprise type

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

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

@@ -108,3 +108,11 @@ export interface IMemberInfo {
   enterpriseID: string;
   enterpriseName: string;
 }
+
+export interface IEnterpriseSession {
+  sessionID: string;
+  createTime: number;
+  effectiveDuration: number;
+  enterpriseID: string;
+  userID: string;
+}