Interface Ballot

interface Ballot {
    ranking: string[][];
    weight: number;
}

Properties

Properties

ranking: string[][]
weight: number

Generated using TypeDoc