Explorar el Código

feat(types): IGeneralSetting账号信息设置类型修改

lipk hace 3 años
padre
commit
3b50d3bc35
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      types/src/interface/generalSetting.ts

+ 9 - 0
types/src/interface/generalSetting.ts

@@ -6,4 +6,13 @@ export interface IWorkbench {
 export interface IGeneralSetting {
   ID: string;
   workbench: IWorkbench;
+  registerAccount?: {
+    accountFormat: String,
+    accountFormatMsg: String,
+    registerAccount: Boolean,
+    realNameAuthentication: Boolean,
+    certifiedPhone: Boolean,
+    phoneonly: Boolean,
+    secondaryCertification: Boolean,
+  },
 }