interface SystemStatsRoot {
    devices: Device[];
    system: System;
}

Properties

Properties

devices: Device[]
system: System