Skip to content

DoCurious API Reference / types / TrackRecordEntryVote

Interface: TrackRecordEntryVote

Defined in: types/challenge.types.ts:728

A "thumbs up" reaction on a TrackRecordEntry (one per user per entry).

Deprecated

Use TrackRecordEntryReaction instead

Properties

createdAt

createdAt: string

Defined in: types/challenge.types.ts:732


entryId

entryId: string

Defined in: types/challenge.types.ts:730


id

id: string

Defined in: types/challenge.types.ts:729


userId

userId: string

Defined in: types/challenge.types.ts:731

DoCurious Platform Documentation