Merge dependabot/npm_and_yarn/ui/web/vue/eslint-config-typescript-12.0.0 into combine...
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
CommitLineData
c0560973 1export enum OCPPProtocol {
c0560973
JB
2 JSON = 'json',
3}