Refine TS and linter configuration
[e-mobility-charging-stations-simulator.git] / src / types / MeasurandPerPhaseSampledValueTemplates.ts
index 9240fde2836c3229058ac1c105095f45a31c665d..2fb8f9ba21716957e71aa586a0fd4778a0e46e83 100644 (file)
@@ -1,4 +1,4 @@
-import { SampledValue } from './ocpp/MeterValues';
+import type { SampledValue } from './ocpp/MeterValues';
 
 export interface SampledValueTemplate extends SampledValue {
   fluctuationPercent?: number;