Appearance
DoCurious API Reference / types / UserMilestoneProgress
Interface: UserMilestoneProgress
Defined in: types/challenge.types.ts:832
Tracks a user's completion state for a single ChallengeMilestone within a challenge.
Properties
completed
completed:
boolean
Defined in: types/challenge.types.ts:836
completedAt?
optionalcompletedAt:string
Defined in: types/challenge.types.ts:837
id
id:
string
Defined in: types/challenge.types.ts:833
milestoneId
milestoneId:
string
Defined in: types/challenge.types.ts:835
userChallengeId
userChallengeId:
string
Defined in: types/challenge.types.ts:834