Преглед изворни кода

refactor(types): enterprise

qinlaiqiao пре 4 година
родитељ
комит
45eaab99f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/enterprise.ts

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

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