X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FConnectorStatus.ts;h=02ee914e8759557f942cf2e671df737064674be0;hb=a7bb184512dd064b5da4dc125d652b6b40ceffee;hp=d7698107b9cc2146677db9624f66ae174d8c9dd8;hpb=6e939d9e416de33fa1c64fc7f4eb6be70954f69c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ConnectorStatus.ts b/src/types/ConnectorStatus.ts index d7698107..02ee914e 100644 --- a/src/types/ConnectorStatus.ts +++ b/src/types/ConnectorStatus.ts @@ -1,8 +1,10 @@ -import type { SampledValueTemplate } from './MeasurandPerPhaseSampledValueTemplates'; -import type { ChargingProfile } from './ocpp/ChargingProfile'; -import type { ConnectorStatusEnum } from './ocpp/ConnectorStatusEnum'; -import type { MeterValue } from './ocpp/MeterValues'; -import type { AvailabilityType } from './ocpp/Requests'; +import type { + AvailabilityType, + ChargingProfile, + ConnectorStatusEnum, + MeterValue, + SampledValueTemplate, +} from './internal'; export type ConnectorStatus = { availability: AvailabilityType;