import { ChargingProfile, ChargingProfileStatus } from './';

export type req = {
  connectorId: number;
  csChargingProfiles: ChargingProfile;
}

export type conf = {
  status: ChargingProfileStatus;
}
