X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FConnectorStatus.ts;h=abf0c45ddd9a3c8bda06779be2c48c654d813330;hb=a723e7e9df355545fc6a41bdcbb9debfae22db5f;hp=6eab4106ba0fb54e93a8a60f9597daa7e75019f0;hpb=8114d10e3893e96bb725ce2fca9744429ee4b75b;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ConnectorStatus.ts b/src/types/ConnectorStatus.ts index 6eab4106..abf0c45d 100644 --- a/src/types/ConnectorStatus.ts +++ b/src/types/ConnectorStatus.ts @@ -1,8 +1,8 @@ -import { SampledValueTemplate } from './MeasurandPerPhaseSampledValueTemplates'; -import { ChargePointStatus } from './ocpp/ChargePointStatus'; -import { ChargingProfile } from './ocpp/ChargingProfile'; -import { MeterValue } from './ocpp/MeterValues'; -import { AvailabilityType } from './ocpp/Requests'; +import type { SampledValueTemplate } from './MeasurandPerPhaseSampledValueTemplates'; +import type { ChargePointStatus } from './ocpp/ChargePointStatus'; +import type { ChargingProfile } from './ocpp/ChargingProfile'; +import type { MeterValue } from './ocpp/MeterValues'; +import type { AvailabilityType } from './ocpp/Requests'; export interface ConnectorStatus { availability: AvailabilityType;