MachinesSummary type

A summary of the machines in the workspace.

type MachinesSummary = Summary & {
  endTime?: Date
  live?: number
  os?: MachineCountsByOperatingSystem
  startTime?: Date
  total?: number
}