Type alias ProtocolHealth

ProtocolHealth: {
    lastUpdate: Date;
    name: Protocols;
    status: HealthStatus;
}

Type declaration