Chameleon
    Preparing search index...

    Interface PollResults

    interface PollResults {
        isFinalized: boolean;
        answerCounts: PollAnswerCount[];
    }
    Index

    Properties

    isFinalized: boolean
    answerCounts: PollAnswerCount[]