interface EditorialTurnout {
    uid: string;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    totalExpectedAbsenteeVote: number;
    totalExpectedEarlyByMailVote: number;
    totalExpectedEarlyInPersonVote: number;
    totalExpectedElectionDayVote: number;
    totalExpectedVote: number;
    transmissionSource: string;
    timestamp: Date;
    state_electionType: string;
    isEditorial: boolean;
    percentAbsentee: number;
    timeOfApproval: Date;
    votingAgeTurnoutOutOf100: number;
    eligibleTurnoutOutOf100: number;
}

Properties

uid: string
jurisdiction: string
state: number
jurisdictionRace: string
totalExpectedAbsenteeVote: number
totalExpectedEarlyByMailVote: number
totalExpectedEarlyInPersonVote: number
totalExpectedElectionDayVote: number
totalExpectedVote: number
transmissionSource: string
timestamp: Date
state_electionType: string
isEditorial: boolean
percentAbsentee: number
timeOfApproval: Date
votingAgeTurnoutOutOf100: number
eligibleTurnoutOutOf100: number

Generated using TypeDoc