build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 6cf5be57f5a658488da3c305a754f8f76920b07d..d5f887f81c3014c4a874063969608f433965166a 100644 (file)
@@ -150,6 +150,7 @@ export {
   type ChargingStationWorkerMessage,
   type ChargingStationWorkerMessageData,
   ChargingStationWorkerMessageEvents,
+  type ChargingStationOptions,
   type EvseStatusWorkerType
 } from './ChargingStationWorker.js'
 export type { ChargingStationInfo } from './ChargingStationInfo.js'
@@ -262,7 +263,7 @@ export type {
 export { OCPP20OptionalVariableName } from './ocpp/2.0/Variables.js'
 export { OCPPVersion } from './ocpp/OCPPVersion.js'
 export { PerformanceRecord } from './orm/entities/PerformanceRecord.js'
-export type { Statistics, TimestampedData } from './Statistics.js'
+export type { Statistics, StatisticsData, TimestampedData } from './Statistics.js'
 export {
   type WSError,
   WebSocketCloseEventStatusCode,