export interface DeviceUpdate { model?: string; platform?: string; version?: string; manufacturer?: string; serial?: string; customData?: any; }