export interface DeviceInfo { deviceModel: string; osVersion: string; platform: string; }