UNPKG

strava-api-client

Version:

Another implementation of the Strava API 3.0.0

40 lines (39 loc) 1.05 kB
export declare enum ActivityType { AlpineSki = "AlpineSki", BackcountrySki = "BackcountrySki", Canoeing = "Canoeing", Crossfit = "Crossfit", EBikeRide = "EBikeRide", Elliptical = "Elliptical", Golf = "Golf", Handcycle = "Handcycle", Hike = "Hike", IceSkate = "IceSkate", InlineSkate = "InlineSkate", Kayaking = "Kayaking", Kitesurf = "Kitesurf", NordicSki = "NordicSki", Ride = "Ride", RockClimbing = "RockClimbing", RollerSki = "RollerSki", Rowing = "Rowing", Run = "Run", Sail = "Sail", Skateboard = "Skateboard", Snowboard = "Snowboard", Snowshoe = "Snowshoe", Soccer = "Soccer", StairStepper = "StairStepper", StandUpPaddling = "StandUpPaddling", Surfing = "Surfing", Swim = "Swim", Velomobile = "Velomobile", VirtualRide = "VirtualRide", VirtualRun = "VirtualRun", Walk = "Walk", WeightTraining = "WeightTraining", Wheelchair = "Wheelchair", Windsurf = "Windsurf", Workout = "Workout", Yoga = "Yoga" }