interface TotalExpectedVote {
    uid: string;
    electionType: string;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    county: string;
    totalExpectedAbsenteeVote: number;
    totalExpectedEarlyByMailVote: number;
    totalExpectedEarlyInPersonVote: number;
    totalExpectedElectionDayVote: number;
    totalExpectedVote: number;
    timestamp: Date;
    absenteeVoteProgress: string;
    cancelled: boolean;
    complete: boolean;
    final: boolean;
    precinctReportType: string;
    voteTabulationProgress: string;
    reportingSource: string;
    verified: boolean;
    countyOutstandingBallot: number;
    outstandingVoteType: string;
    totalExpectedVoteMode: string;
    turnoutStage: number;
}

Properties

uid: string
electionType: string
jurisdiction: string
state: number
jurisdictionRace: string
county: string
totalExpectedAbsenteeVote: number
totalExpectedEarlyByMailVote: number
totalExpectedEarlyInPersonVote: number
totalExpectedElectionDayVote: number
totalExpectedVote: number
timestamp: Date
absenteeVoteProgress: string
cancelled: boolean
complete: boolean
final: boolean
precinctReportType: string
voteTabulationProgress: string
reportingSource: string
verified: boolean
countyOutstandingBallot: number
outstandingVoteType: string
totalExpectedVoteMode: string
turnoutStage: number

Generated using TypeDoc