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