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