declare enum ParkingType {
    BIKE = "bike",
    PARK = "park"
}

export { ParkingType };
