chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
1 export enum OCPPProtocol {
2 JSON = 'json'
3 }