build(simulator): switch to TS 5.x.x
[e-mobility-charging-stations-simulator.git] / src / types / internal.ts
index c7a141a4972f36c6cbc552cdc89a90b428d125da..3d9fa5cbbfe3be4b1df314560def4e9018a578d2 100644 (file)
@@ -15,11 +15,11 @@ export * from './ocpp/ChargePointErrorCode';
 export * from './ocpp/ChargingProfile';
 export * from './ocpp/Configuration';
 export * from './ocpp/ConnectorStatusEnum';
-export * from './ocpp/ErrorType';
+export { ErrorType } from './ocpp/ErrorType';
 export * from './ocpp/MessageType';
 export * from './ocpp/MeterValues';
-export * from './ocpp/OCPPProtocol';
-export * from './ocpp/OCPPVersion';
+export { OCPPProtocol } from './ocpp/OCPPProtocol';
+export { OCPPVersion } from './ocpp/OCPPVersion';
 export * from './ocpp/Requests';
 export * from './ocpp/Responses';
 export * from './ocpp/Transaction';
@@ -27,18 +27,18 @@ export * from './orm/entities/PerformanceData';
 export * from './orm/entities/PerformanceRecord';
 export * from './AutomaticTransactionGenerator';
 export * from './ChargingStationConfiguration';
-export * from './ChargingStationInfo';
+export type { ChargingStationInfo, ChargingStationInfoConfiguration } from './ChargingStationInfo';
 export * from './ChargingStationOcppConfiguration';
 export * from './ChargingStationTemplate';
 export * from './ChargingStationWorker';
 export * from './ConfigurationData';
-export * from './ConnectorStatus';
-export * from './EmptyObject';
-export * from './Error';
-export * from './FileType';
-export * from './JsonType';
+export type { ConnectorStatus } from './ConnectorStatus';
+export type { EmptyObject } from './EmptyObject';
+export type { HandleErrorParams } from './Error';
+export { FileType } from './FileType';
+export type { JsonType, JsonObject } from './JsonType';
 export * from './MeasurandPerPhaseSampledValueTemplates';
-export * from './MeasurandValues';
+export type { MeasurandValues } from './MeasurandValues';
 export * from './Statistics';
 export * from './Storage';
 export * from './UIProtocol';