import { ChargingProfilePurposeType, ClearChargingProfileStatus } from '.';

export type req = {
  id: number;
  connectorId: number;
  chargingProfilePurpose: ChargingProfilePurposeType;
  stackLevel: number;
};

export type conf = {
  status: ClearChargingProfileStatus;
};
