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