interface CountyExpectedVote {
    uid: string;
    jurisdiction: string;
    jurisdictionRace: string;
    county: string;
    pollingLocations: number;
    totalExpectedAbsenteeVote: number;
    totalExpectedEarlyByMailVote: number;
    totalExpectedEarlyInPersonVote: number;
    totalExpectedElectionDayVote: number;
    totalExpectedVote: number;
}

Properties

uid: string
jurisdiction: string
jurisdictionRace: string
county: string
pollingLocations: number
totalExpectedAbsenteeVote: number
totalExpectedEarlyByMailVote: number
totalExpectedEarlyInPersonVote: number
totalExpectedElectionDayVote: number
totalExpectedVote: number

Generated using TypeDoc