refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
CommitLineData
c0560973 1export enum OCPPProtocol {
a807045b 2 JSON = 'json',
c0560973 3}