refactor(simulator): switch utils to internal module export/import
[e-mobility-charging-stations-simulator.git] / src / types / MeasurandPerPhaseSampledValueTemplates.ts
index 2a534b4a5687996b59ebfeb4798849ff61fa2941..8753cbde0c7bb680caf9121fe9752bc8fc618aec 100644 (file)
@@ -1,4 +1,4 @@
-import type { SampledValue } from './ocpp/MeterValues';
+import type { SampledValue } from './internal';
 
 export type SampledValueTemplate = SampledValue & {
   fluctuationPercent?: number;