interface OfficeVote {
    uid: string;
    electionType: string;
    officeRace: string;
    isNational: boolean;
    numCounties: number;
    office: string;
    totalPrecincts: number;
    county: string;
    totalExpectedVote: number;
    transmissionSource: string;
    timestamp: Date;
    isSummary: boolean;
    absenteeVoteOutstanding: number;
    pctVoteBasedOnTotalExpectedVoteEstimate: number;
    maxAbsenteeVoteExpected: number;
    numCountiesWithAbsenteeVotes: number;
    numCountyWithVotes: number;
    precinctId: number;
    pctExpectedVoteOutOf100: number;
    totalPrecinctsReportingSoFar: number;
    provisionalVoteOutstanding: number;
    scopeType: string;
    sequencing: number;
    sourceOfVotes: string;
    totalBallots: number;
    totalAbsenteeVotes: number;
    totalEarlyByMailVote: number;
    totalEarlyInPersonVote: number;
    totalElectionDayVote: number;
    totalProvisionalVote: number;
    totalVote: number;
    districtId: number;
    districtType: string;
    documentScope: string;
}

Properties

uid: string
electionType: string
officeRace: string
isNational: boolean
numCounties: number
office: string
totalPrecincts: number
county: string
totalExpectedVote: number
transmissionSource: string
timestamp: Date
isSummary: boolean
absenteeVoteOutstanding: number
pctVoteBasedOnTotalExpectedVoteEstimate: number
maxAbsenteeVoteExpected: number
numCountiesWithAbsenteeVotes: number
numCountyWithVotes: number
precinctId: number
pctExpectedVoteOutOf100: number
totalPrecinctsReportingSoFar: number
provisionalVoteOutstanding: number
scopeType: string
sequencing: number
sourceOfVotes: string
totalBallots: number
totalAbsenteeVotes: number
totalEarlyByMailVote: number
totalEarlyInPersonVote: number
totalElectionDayVote: number
totalProvisionalVote: number
totalVote: number
districtId: number
districtType: string
documentScope: string

Generated using TypeDoc