fix: fix performance statistics formatting in log messages
[e-mobility-charging-stations-simulator.git] / src / types / index.ts
index 6cf5be57f5a658488da3c305a754f8f76920b07d..2b17daa55f639c13995c854d866084cd7dbd525d 100644 (file)
@@ -262,7 +262,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,