Skip to content

DoCurious API Reference / types / GoalMilestone

Interface: GoalMilestone

Defined in: types/communityGoal.types.ts:41

Milestone within a community goal

Properties

id

id: string

Defined in: types/communityGoal.types.ts:42


reached

reached: boolean

Defined in: types/communityGoal.types.ts:47


reachedAt?

optional reachedAt: string

Defined in: types/communityGoal.types.ts:48


rewardBadgeId?

optional rewardBadgeId: string

Defined in: types/communityGoal.types.ts:46


rewardXp

rewardXp: number

Defined in: types/communityGoal.types.ts:45


targetAmount

targetAmount: number

Defined in: types/communityGoal.types.ts:44


title

title: string

Defined in: types/communityGoal.types.ts:43

DoCurious Platform Documentation