Make modular the SRPC call chain code.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / OCPPProtocol.ts
1 export enum OCPPProtocol {
2 SOAP = 'soap',
3 JSON = 'json',
4 }