using InnovEnergy.Lib.Units.Composite;

namespace InnovEnergy.Lib.StatusApi.Connections;


public interface IDcConnection
{
    DcBus Dc { get; }
}