masto
    Preparing search index...

    Interface VotePollParams

    interface VotePollParams {
        choices: readonly number[];
    }
    Index

    Properties

    Properties

    choices: readonly number[]

    Array of own votes containing index for each option (starting from 0)