masto
    Preparing search index...

    Interface VotePollParams

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

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