enum ClearChargingProfileStatus {
  Accepted = 'Accepted',
  Unknown = 'Unknown',
}

export default ClearChargingProfileStatus;
