Coda by Ian Macalinao
    Preparing search index...
    VoteType:
        | { __kind: "SingleChoice" }
        | {
            __kind: "MultiChoice";
            choiceType: MultiChoiceType;
            maxVoterOptions: number;
            maxWinningOptions: number;
            minVoterOptions: number;
        }