const DeviceType = Object.freeze({ ANDROID: 'Android', IOS: 'Ios', WEB: 'Web', }); export { DeviceType };