Make modular the SRPC call chain code.
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargingProfile.ts
1 import { OCPP16ChargingProfile } from './1.6/ChargingProfile';
2
3 export type ChargingProfile = OCPP16ChargingProfile;