Bump ws from 8.1.0 to 8.2.0
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargingProfile.ts
1 import { OCPP16ChargingProfile } from './1.6/ChargingProfile';
2
3 export type ChargingProfile = OCPP16ChargingProfile;