X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FMeasurandPerPhaseSampledValueTemplates.ts;h=8f69e41cdf847167462360a4c9e09d3799544314;hb=4c3c0d59f56be4d58e906e938c00390b41e0ca7f;hp=8753cbde0c7bb680caf9121fe9752bc8fc618aec;hpb=60a743910478b70e39dcefa5e1b752ec8a93880e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/MeasurandPerPhaseSampledValueTemplates.ts b/src/types/MeasurandPerPhaseSampledValueTemplates.ts index 8753cbde..8f69e41c 100644 --- a/src/types/MeasurandPerPhaseSampledValueTemplates.ts +++ b/src/types/MeasurandPerPhaseSampledValueTemplates.ts @@ -2,6 +2,7 @@ import type { SampledValue } from './internal'; export type SampledValueTemplate = SampledValue & { fluctuationPercent?: number; + minimumValue?: number; }; export type MeasurandPerPhaseSampledValueTemplates = {