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

Properties

answerCounts: PollAnswerCount[]

The counts for each answer.

isFinalized: boolean

If the poll has been finalized.