Skip to main content

Interface: VoteRecord

Defined in: web/lib/atproto/record-creator.ts:103

Vote record as stored in ATProto.

Indexable

[key: string]: unknown

Properties

$type

$type: "pub.chive.graph.vote"

Defined in: web/lib/atproto/record-creator.ts:105


createdAt

createdAt: string

Defined in: web/lib/atproto/record-creator.ts:109


proposalUri

proposalUri: string

Defined in: web/lib/atproto/record-creator.ts:106


rationale?

optional rationale: string

Defined in: web/lib/atproto/record-creator.ts:108


vote

vote: "approve" | "reject" | "abstain" | "request-changes"

Defined in: web/lib/atproto/record-creator.ts:107