interface TagoCoreComputerUsage {
    description: string;
    detail: string;
    title: string;
    total: number;
    type: string;
    used: number;
}

Properties

description: string
detail: string
title: string
total: number
type: string
used: number