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