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