enum Location {
    Cable="Cable",
    EV="EV",
    Inlet="Inlet",
    Outlet="Outlet",
    Body="Body"
  }
export default Location;
  