Skip to content

DoCurious API Reference / types / GoalParticipation

Interface: GoalParticipation

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

User's participation in a community goal

Extends

Properties

createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


goalId

goalId: string

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


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


joinedAt

joinedAt: string

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


personalContribution

personalContribution: number

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


rank?

optional rank: number

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


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt


userId

userId: string

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

DoCurious Platform Documentation