Chameleon
    Preparing search index...

    Interface PollAnswerCount

    interface PollAnswerCount {
        id: number;
        count: number;
        meVoted: boolean;
    }
    Index

    Properties

    Properties

    id: number
    count: number
    meVoted: boolean