X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=192e5771c0152ecf83126778b2a9eac38db69a3b;hb=e909d2a71e82122e970db9d6f262bd1415a3bb20;hp=2baa72ef24ebb656ace0a380d41d844138f9d460;hpb=fec4d204dd05c108fb49312bb7a570d15a4eb4bb;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index 2baa72ef..192e5771 100644 --- a/src/types/ChargingStationInfo.ts +++ b/src/types/ChargingStationInfo.ts @@ -1,4 +1,4 @@ -import ChargingStationTemplate from './ChargingStationTemplate'; +import type ChargingStationTemplate from './ChargingStationTemplate'; export default interface ChargingStationInfo extends Omit< @@ -11,6 +11,7 @@ export default interface ChargingStationInfo | 'chargePointSerialNumberPrefix' | 'meterSerialNumberPrefix' > { + hashId: string; infoHash?: string; chargingStationId?: string; chargeBoxSerialNumber?: string;