interface PastCountyVote {
    uid: string;
    officeRace: string;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    office: string;
    county: string;
    pastElectionDate: string;
    totalVoteForAllCandidates: number;
}

Properties

uid: string
officeRace: string
jurisdiction: string
state: number
jurisdictionRace: string
office: string
county: string
pastElectionDate: string
totalVoteForAllCandidates: number

Generated using TypeDoc