Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 932 Bytes

ExerciseAliasData.md

File metadata and controls

28 lines (15 loc) · 932 Bytes

.ExerciseAliasData

Properties

Name Type Description Notes
id number [default to undefined]
alias string [default to undefined]
type string [optional] [default to undefined]
strengthExercise StrengthExerciseData [optional] [default to undefined]
cardioExercise CardioExerciseData [optional] [default to undefined]
stretchExercise StretchExerciseData [optional] [default to undefined]

Enum: ExerciseAliasDataTypeEnum

  • Strength (value: 'strength')

  • Stretch (value: 'stretch')

  • Cardio (value: 'cardio')

[Back to API list] [Back to Model list] [Back to README]