refactor: refine type definitions
[e-mobility-charging-stations-simulator.git] / src / types / MeasurandPerPhaseSampledValueTemplates.ts
index 5da56b48ba4ca5dced29af98bc19cd27d5a0de4e..99572673edbfaa7d36450b860b8f190d13522d4c 100644 (file)
@@ -1,6 +1,6 @@
 import type { SampledValue } from './ocpp/MeterValues.js'
 
-export type SampledValueTemplate = SampledValue & {
+export interface SampledValueTemplate extends SampledValue {
   fluctuationPercent?: number
   minimumValue?: number
 }