Interface PresidentialPrimaryVoteByDistrict

interface PresidentialPrimaryVoteByDistrict {
    uid: string;
    candidate: number;
    electionType: string;
    state: number;
    totalPrecincts: number;
    maxAbsenteeBallotsExpected: number;
    party: string;
    transmissionSource: string;
    timestamp: Date;
    absenteeVoteOutstanding: number;
    precinctId: number;
    totalPrecinctsReportingSoFar: number;
    provisionalVoteOutstanding: number;
    totalBallots: number;
    totalEarlyByMailVote: number;
    totalEarlyInPersonVote: number;
    totalElectionDayVote: number;
    totalProvisionalVote: number;
    totalVote: number;
    districtId: number;
    absenteeVoteProgress: string;
    complete: boolean;
    final: boolean;
    voteTabulationProgress: string;
    reportingSource: string;
    verified: boolean;
    absenteeVote: number;
    earlyByMailVote: number;
    earlyInPersonVote: number;
    electionDayVote: number;
    provisionalVote: number;
    electionDate: Date;
    officeCode: string;
    scope: string;
    sequence: number;
    districtTypeCode: string;
    delegateDistrict: string;
    candidateVote: number;
    unfusedCandidateVote: number;
    totalAbsenteeVote: number;
    canceled: boolean;
}

Properties

uid: string
candidate: number
electionType: string
state: number
totalPrecincts: number
maxAbsenteeBallotsExpected: number
party: string
transmissionSource: string
timestamp: Date
absenteeVoteOutstanding: number
precinctId: number
totalPrecinctsReportingSoFar: number
provisionalVoteOutstanding: number
totalBallots: number
totalEarlyByMailVote: number
totalEarlyInPersonVote: number
totalElectionDayVote: number
totalProvisionalVote: number
totalVote: number
districtId: number
absenteeVoteProgress: string
complete: boolean
final: boolean
voteTabulationProgress: string
reportingSource: string
verified: boolean
absenteeVote: number
earlyByMailVote: number
earlyInPersonVote: number
electionDayVote: number
provisionalVote: number
electionDate: Date
officeCode: string
scope: string
sequence: number
districtTypeCode: string
delegateDistrict: string
candidateVote: number
unfusedCandidateVote: number
totalAbsenteeVote: number
canceled: boolean

Generated using TypeDoc