TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface TagoCoreComputerUsage

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

    Properties

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