Type alias ParsedTally

ParsedTally: {
    ayes: BN;
    nays: BN;
    records: ParsedTallyRecords;
}

Type declaration