Type alias NetworkMetrics
NetworkMetrics: { 
    currentCheckpoint: string; 
    currentEpoch: string; 
    currentTps: number; 
    totalAddresses: string; 
    totalObjects: string; 
    totalPackages: string; 
    tps30Days: number; 
}
Type declaration
currentCheckpoint: string
currentEpoch: string
currentTps: number
totalAddresses: string
totalObjects: string
totalPackages: string
tps30Days: number