X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Findex.ts;h=05828944e90cd87b1517c78a1889c3195cfbdc8d;hb=f26233c0fd267bc2ef00636ca7531a0877bb5dbe;hp=f9a42d4aae07d4f9c5d18e9adf964cbc5431522e;hpb=3d48c1c13adbe046643a952b1ddfce30c6cc0a97;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/index.ts b/src/types/index.ts index f9a42d4a..05828944 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -249,7 +249,7 @@ export { OCPP20OptionalVariableName } from './ocpp/2.0/Variables'; export { OCPPVersion } from './ocpp/OCPPVersion'; export { PerformanceData } from './orm/entities/PerformanceData'; export { PerformanceRecord } from './orm/entities/PerformanceRecord'; -export type { Statistics, TimeSeries } from './Statistics'; +export type { Statistics, TimestampedData } from './Statistics'; export { type WSError, WebSocketCloseEventStatusCode,