export interface User { id: string; deviceName: string; deviceId?: string; platform?: string; }