conorH22/bike-rental

View on GitHub
src/main/java/com/csharp/bikerental/persistence/model/enums/TwoWheelType.java

Summary

Maintainability
A
0 mins
Test Coverage
package com.csharp.bikerental.persistence.model.enums;

public enum TwoWheelType {

        BIKE, EBIKE, SCOOTER, ESCOOTER

}