-- | <http://strava.github.io/api/v3/gear/>
module Scurry.Objects.Gear
    ( GearDetailed
    , GearSummary
    ) where

import           Scurry.Objects.Gear.GearDetailed
import           Scurry.Objects.Gear.GearSummary