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

    Record of a user's vote on a poll.

    interface UserVote {
        optionIds: string[];
        pollId: string;
        votedAt: number;
    }
    Index

    Properties

    optionIds: string[]

    Option IDs selected (array for multi-select)

    pollId: string

    Poll ID

    votedAt: number

    Timestamp when vote was cast