interface IQuestionResult {
    accepted: boolean;
    context: string;
    decision: string;
    number: Interfaces.Meet.IUint64;
    question_id: Interfaces.Meet.IUint64;
    title: string;
    votes_abstained: Interfaces.Meet.IUint64;
    votes_against: Interfaces.Meet.IUint64;
    votes_for: Interfaces.Meet.IUint64;
}

Properties

accepted: boolean
context: string
decision: string
question_id: Interfaces.Meet.IUint64
title: string
votes_abstained: Interfaces.Meet.IUint64
votes_against: Interfaces.Meet.IUint64