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

public enum GeofenceDeliveryStatus {
    PENDING,
    SENT,
    FAILED,
    SKIPPED
}
