Explorar o código

feat(types): 单设备登录限制开关

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
92f7cdef8e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/generalSetting.ts

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

@@ -23,6 +23,7 @@ export interface IGeneralSetting {
     certifiedPhone: boolean;
     phoneonly: boolean;
     secondaryCertification: boolean;
+    multiDeviceOnline: boolean;
   };
   downtimeAnnouncement?: IDowntimeAnnouncement;
 }