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

public enum GeofenceRuleStatus {
    ACTIVE,
    PAUSED
}
