device-info.ts 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 export interface DeviceInfo { id?: string; hostname?: string; platform?: string; arch?: string; type?: string; release?: string; code?: string; }