X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Findex.ts;h=851999c96aff134f8e6a2474127bbc70840ac580;hb=551f2b6e68f544b559243a2634c8b52a15bcdeec;hp=1cbed3782f18202307b662ee92398d1d6a2f511e;hpb=c1936747c6fb43fb39b67821e020b4a819ab4340;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/index.ts b/src/performance/index.ts index 1cbed378..851999c9 100644 --- a/src/performance/index.ts +++ b/src/performance/index.ts @@ -1,3 +1,3 @@ export { PerformanceStatistics } from './PerformanceStatistics.js' -export { type Storage } from './storage/Storage.js' +export type { Storage } from './storage/Storage.js' export { StorageFactory } from './storage/StorageFactory.js'