Type alias ParsedTallyRecords

ParsedTallyRecords: {
    [voter: string]: ParsedTallyRecordsVote;
}

Type declaration

Generated using TypeDoc