Explorar o código

refactor(types): enterprise

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
45eaab99f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/enterprise.ts

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

@@ -47,7 +47,7 @@ export interface IEnterprise {
   type: string;
   type: string;
   scale: string;
   scale: string;
   createTime: number;
   createTime: number;
-  passwordCheck: 'no' | 'weak' | 'normal' | 'strong' | 'super';
+  passwordCheck: 'no' | 'weak' | 'normal' | 'strong';
   subdomain: string;
   subdomain: string;
   domain: string;
   domain: string;
   icp: string;
   icp: string;