소스 검색

feat(types): enterprise

qinlaiqiao 5 년 전
부모
커밋
3e91565ba7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }