A collection of node status items.

interface NodeStatuses {
    items: NodeStatus[];
}

Properties

Properties

items: NodeStatus[]