interface CandidateVote {
    uid: string;
    candidateRace: string;
    candidate: number;
    electionType: string;
    officeRace: string;
    jurisdiction: string;
    isNational: boolean;
    state: number;
    office: string;
    county: string;
    isSummary: boolean;
    totalVote: number;
    absenteeVote: number;
    earlyByMailVote: number;
    earlyInPersonVote: number;
    electionDayVote: number;
    provisionalVote: number;
}

Properties

uid: string
candidateRace: string
candidate: number
electionType: string
officeRace: string
jurisdiction: string
isNational: boolean
state: number
office: string
county: string
isSummary: boolean
totalVote: number
absenteeVote: number
earlyByMailVote: number
earlyInPersonVote: number
electionDayVote: number
provisionalVote: number

Generated using TypeDoc