X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fperformance%2Findex.ts;h=aae8e4d0147c910bc1070cac02e7f817ea6028c4;hb=061ff2b0d7abb884c9568d669e70ce1d65bcb628;hp=1b61c4652343d38d09747b4c3e429e6d9ad1388f;hpb=17bc43d765c22c8d8c132484f8dc9c3edd370d91;p=e-mobility-charging-stations-simulator.git diff --git a/src/performance/index.ts b/src/performance/index.ts index 1b61c465..aae8e4d0 100644 --- a/src/performance/index.ts +++ b/src/performance/index.ts @@ -1,3 +1,3 @@ export { PerformanceStatistics } from './PerformanceStatistics'; -export { Storage } from './storage/Storage'; +export { type Storage } from './storage/Storage'; export { StorageFactory } from './storage/StorageFactory';