dashboard-react
    Preparing search index...

    Interface SystemInfo

    Basic hardware identity information for a node.

    interface SystemInfo {
        model_id?: string;
        chip?: string;
        memory?: number;
    }
    Index

    Properties

    model_id?: string
    chip?: string
    memory?: number