votes
    Preparing search index...

    Interface Ballot<C>

    interface Ballot<C extends string> {
        ranking: C[][];
        weight: number;
    }

    Type Parameters

    • C extends string
    Index

    Properties

    Properties

    ranking: C[][]
    weight: number