Browse Source

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

lipk 2 năm trước cách đây
mục cha
commit
92f7cdef8e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 }