chore(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ChargingProfile.ts
... / ...
CommitLineData
1import { OCPP16ChargingProfile } from './1.6/ChargingProfile';
2
3export type ChargingProfile = OCPP16ChargingProfile;