X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=868dd73df07ea4fa37b95a333357c8bf4436a381;hb=16c46962f43a692c996b1c89a94dc572fea52d63;hp=023107fd3c0f9a7f309a26c6dbb4d43429aaa438;hpb=4c3f6c20f9416e148a3d26b6a06acc13274ab469;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index 023107fd..868dd73d 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -27,7 +27,6 @@ export { type ChargingStationData, type ChargingStationOptions, type ChargingStationWorkerData, - type ChargingStationWorkerEventError, type ChargingStationWorkerMessage, type ChargingStationWorkerMessageData, ChargingStationWorkerMessageEvents, @@ -51,6 +50,7 @@ export type { HandleErrorParams } from './Error.js' export type { EvseStatus, EvseTemplate } from './Evse.js' export { FileType } from './FileType.js' export type { JsonObject, JsonType } from './JsonType.js' +export { MapStringifyFormat } from './MapStringifyFormat.js' export type { MeasurandPerPhaseSampledValueTemplates, SampledValueTemplate @@ -247,10 +247,11 @@ export { type StopTransactionResponse } from './ocpp/Transaction.js' export { PerformanceRecord } from './orm/entities/PerformanceRecord.js' +export type { SimulatorState } from './SimulatorState.js' export type { - InternalTemplateStatistics, Statistics, StatisticsData, + TemplateStatistics, TimestampedData } from './Statistics.js' export { DBName, StorageType } from './Storage.js' @@ -265,9 +266,7 @@ export { ProtocolVersion, type RequestPayload, type ResponsePayload, - ResponseStatus, - type SimulatorState, - type TemplateStatistics + ResponseStatus } from './UIProtocol.js' export { WebSocketCloseEventStatusCode,