DOCS

ProposalVote

type ProposalVote = {
  count: BigNumber;
  label: string;
  type: VoteType;
};