chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / MeasurandValues.ts
CommitLineData
e1d9a0f4 1export interface MeasurandValues {
66a7748d
JB
2 L1: number
3 L2: number
4 L3: number
5 allPhases: number
e1d9a0f4 6}