Interface: CorporateBallotDetails
Defined in: src/api/entities/CorporateBallot/types.ts:48
Properties
endDate
endDate:
Date
Defined in: src/api/entities/CorporateBallot/types.ts:57
End date of the ballot.
meta
meta:
BallotMeta
Defined in: src/api/entities/CorporateBallot/types.ts:62
Metadata for the ballot.
rcv
rcv:
boolean
Defined in: src/api/entities/CorporateBallot/types.ts:70
Whether Ranked-Choice Voting (RCV) has been enabled.
Ranked-Choice Voting allows voters to select a fallback choice should their first preference fail to reach a certain threshold or, for example, be eliminated in the top-2 run-off.
startDate
startDate:
Date
Defined in: src/api/entities/CorporateBallot/types.ts:52
Start date of the ballot.