Hiyve Components - v1.0.0
    Preparing search index...

    Aggregated results for a poll.

    interface PollResults {
        isShared: boolean;
        sharedAt?: number;
        totalVoters: number;
        totalVotes: number;
    }
    Index

    Properties

    isShared: boolean

    Whether results have been shared with all participants

    sharedAt?: number

    Timestamp when results were shared

    totalVoters: number

    Total number of unique voters

    totalVotes: number

    Total number of votes cast