package org.github.tess1o.geopulse.ai.model;

/**
 * Target scope for AI timeline tools.
 * SELF means current user timeline, FRIEND means a friend's timeline.
 */
public enum AITimelineTargetScope {
    SELF,
    FRIEND
}
