test: fix clone() test
[e-mobility-charging-stations-simulator.git] / types / ocpp / OCPPProtocol.ts
1 export enum OCPPProtocol {
2 JSON = 'json'
3 }