X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationOcppConfiguration.ts;h=bbd1bcfb20fa6354ed1a6b27e42be227eec6eefc;hb=d4c3e68a1a6321f2f43ef0521e121e827f3eb29b;hp=834b1d1dd11e4031eba25d7af689f88eab3b3639;hpb=17e9e8cef1f7d1cbc4ec6aa4c95d8f3d93c593a6;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationOcppConfiguration.ts b/src/types/ChargingStationOcppConfiguration.ts index 834b1d1d..bbd1bcfb 100644 --- a/src/types/ChargingStationOcppConfiguration.ts +++ b/src/types/ChargingStationOcppConfiguration.ts @@ -1,4 +1,4 @@ -import type { OCPPConfigurationKey } from './ocpp/Configuration'; +import type { OCPPConfigurationKey } from './internal'; export type ConfigurationKey = OCPPConfigurationKey & { visible?: boolean;