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

public enum AppriseExternalRoutingMode {
    URLS,
    KEY_TAG
}
