interface IVote {
    ballot: Interfaces.Meet.IDocument2;
    coopname: string;
    hash: string;
    username: string;
    votes: IVotePoint[];
}

Properties

coopname: string
hash: string
username: string
votes: IVotePoint[]