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

    Structure of a saved polls session file.

    interface PollsSessionFile {
        exportTime: number;
        polls: { active: Poll[]; ended: Poll[] };
        savedAt: string;
        savedBy: string;
        sessionId: string;
        sessionName: string;
        totalPolls: number;
    }
    Index

    Properties

    exportTime: number

    Timestamp when exported

    polls: { active: Poll[]; ended: Poll[] }

    Polls organized by status

    savedAt: string

    ISO timestamp when last saved

    savedBy: string

    User ID who saved

    sessionId: string

    Unique session identifier

    sessionName: string

    Human-readable session name

    totalPolls: number

    Total number of polls