-- | <http://strava.github.io/api/v3/segments/>
module Scurry.Objects.Segments
    ( SegmentDetailed
    , SegmentExploration
    , SegmentLeader
    , SegmentSummary
    ) where

import           Scurry.Objects.Segments.SegmentDetailed
import           Scurry.Objects.Segments.SegmentExploration
import           Scurry.Objects.Segments.SegmentLeader
import           Scurry.Objects.Segments.SegmentSummary