1/**
2 * Device data that's specific to the device and does not vary based account
3 */ 4exporttypeDevice={ 5fontScale:'-2'|'-1'|'0'|'1'|'2' 6fontFamily:'system'|'theme' 7lastNuxDialog: string|undefined 8geolocation?:{ 9countryCode: string|undefined10}11}