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

public enum TimelineRegenerationCampaignSource {
    RELEASE,
    ADMIN
}
