Skip to content

DoCurious API Reference / types / XPEventType

Type Alias: XPEventType

XPEventType = "challenge_completed" | "milestone_completed" | "track_entry_added" | "badge_earned" | "streak_bonus" | "first_of_day" | "community_post" | "verification_given" | "gift_sent" | "referral"

Defined in: types/gamification.types.ts:140

Discriminator for the type of activity that generated an XP event.

Remarks

Each type maps to a base XP value in XP_VALUES. Multipliers (streak, Dealer's Choice, first-of-day) are applied on top.

DoCurious Platform Documentation