interface EVChargingPort {
    connectorTypes: EVChargingType[];
    count: number;
    maxChargeSpeedKw: number;
    portId?: string;
}

Properties

connectorTypes: EVChargingType[]
count: number
maxChargeSpeedKw: number
portId?: string