interface PastCandidateVote {
    uid: string;
    candidateRace: string;
    candidate: number;
    officeRace: string;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    office: string;
    totalCandidateVotes: number;
    candidateIsInEditorialList: boolean;
    pastCandidateUsedInComputations: boolean;
    pastElectionDate: Date;
}

Properties

uid: string
candidateRace: string
candidate: number
officeRace: string
jurisdiction: string
state: number
jurisdictionRace: string
office: string
totalCandidateVotes: number
candidateIsInEditorialList: boolean
pastCandidateUsedInComputations: boolean
pastElectionDate: Date

Generated using TypeDoc