interface CpuInfo {
    model: string;
    speed: number;
    times: CpuTimes;
}

Properties

Properties

model: string
speed: number
times: CpuTimes