package org.github.tess1o.geopulse.trips.model.entity;

public enum TripPlanItemVisitSource {
    AUTO,
    MANUAL
}

