@assemblyvoting/js-client
    Preparing search index...

    Interface BallotSelection

    interface BallotSelection {
        reference: string;
        contestSelections: ContestSelection[];
    }
    Index

    Properties

    reference: string
    contestSelections: ContestSelection[]