Interface RawPollAnswerCount

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

Properties

Properties

count: number
id: number
me_voted: boolean