Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPVersion.ts
CommitLineData
c0560973
JB
1export enum OCPPVersion {
2 VERSION_12 = '1.2',
3 VERSION_15 = '1.5',
4 VERSION_16 = '1.6',
5 VERSION_20 = '2.0',
6}