cooptypes - v2026.4.27-2
    Preparing search index...

    Interface IQuestionResult

    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;
    }
    Index

    Properties

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