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