interface APIPollAnswerCount {
    count: number;
    id: number;
    me_voted: boolean;
}

Properties

Properties

count: number

The number of votes for this answer

id: number

The answer_id

me_voted: boolean

Whether the current user voted for this answer