interface PastCandidateVoteByCounty {
    uid: string;
    candidateRace: string;
    candidate: number;
    officeRace: string;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    office: string;
    county: string;
    absenteeVote: number;
    earlyByMailVote: number;
    earlyInPersonVote: number;
    electionDayVote: number;
    candidateVote: number;
    pastElectionDate: Date;
    totalVoteForAllCandidates: number;
    otherVote: number;
}

Properties

uid: string
candidateRace: string
candidate: number
officeRace: string
jurisdiction: string
state: number
jurisdictionRace: string
office: string
county: string
absenteeVote: number
earlyByMailVote: number
earlyInPersonVote: number
electionDayVote: number
candidateVote: number
pastElectionDate: Date
totalVoteForAllCandidates: number
otherVote: number

Generated using TypeDoc