Rename a type definition
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPVersion.ts
1 export enum OCPPVersion {
2 VERSION_12 = '1.2',
3 VERSION_15 = '1.5',
4 VERSION_16 = '1.6',
5 VERSION_20 = '2.0',
6 }