Explorar el Código

feat(types): enterprise

qinlaiqiao hace 5 años
padre
commit
3e91565ba7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/enterprise.ts

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

@@ -36,6 +36,8 @@ export interface IEnterprise {
   createTime: number;
   passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
   subdomain: string;
+  domain: string;
+  icp: string;
   ip: string;
   logoutRule: string;
 }