Appearance
DoCurious API Reference / types / GamificationStats
Interface: GamificationStats
Defined in: types/gamification.types.ts:214
Summary gamification stats for dashboard widgets and profile cards.
Properties
badgesEarned
badgesEarned:
number
Defined in: types/gamification.types.ts:220
challengesCompleted
challengesCompleted:
number
Defined in: types/gamification.types.ts:221
currentStreak
currentStreak:
number
Defined in: types/gamification.types.ts:217
Current weekly activity streak length
longestStreak
longestStreak:
number
Defined in: types/gamification.types.ts:219
All-time longest streak achieved
recentXpEvents
recentXpEvents:
XPEvent[]
Defined in: types/gamification.types.ts:223
Most recent XP events for the activity feed
totalXp
totalXp:
number
Defined in: types/gamification.types.ts:215