Interface: VoteRecord
Defined in: web/lib/atproto/record-creator.ts:216
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:218
createdAt
createdAt:
string
Defined in: web/lib/atproto/record-creator.ts:222
proposalUri
proposalUri:
string
Defined in: web/lib/atproto/record-creator.ts:219
rationale?
optionalrationale:string
Defined in: web/lib/atproto/record-creator.ts:221
vote
vote:
"approve"|"reject"|"abstain"|"request-changes"
Defined in: web/lib/atproto/record-creator.ts:220