interface Vote {
    num_votes: bigint;
    proposal_id: bigint;
}

Properties

num_votes: bigint
proposal_id: bigint