Skip to content

DoCurious API Reference / types / GoalContribution

Interface: GoalContribution

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

Individual contribution to a community goal

Extends

Properties

amount

amount: number

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


challengeId?

optional challengeId: string

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


contributedAt

contributedAt: string

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


contributionType

contributionType: ContributionType

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


contributorName

contributorName: string

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


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:28


id

id: string

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

Inherited from

BaseEntity.id


trackRecordId?

optional trackRecordId: string

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


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:29

DoCurious Platform Documentation