interface IVotePoint {
    question_id: Interfaces.Meet.IUint64;
    vote: string;
}

Properties

Properties

question_id: Interfaces.Meet.IUint64
vote: string