X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=d5f887f81c3014c4a874063969608f433965166a;hb=a474cbe107fedbe17398e5d21f852f0ce0d5ca2f;hp=6cf5be57f5a658488da3c305a754f8f76920b07d;hpb=244c1396e337032577839fa13e9191d5e943864f;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 6cf5be57..d5f887f8 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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,