interface OfficeRace {
    uid: string;
    specialElection: boolean;
    electionType: string;
    candidateListIsFinal: boolean;
    exitPollDescriptionsAreFinal: boolean;
    totNumCandidates: number;
    tabulatedVoteByDistrictIsReported: boolean;
    easEstimatesAreReported: boolean;
    precinctVoteIsReported: boolean;
    runoffStatus: string;
    tabulatedVoteIsReported: boolean;
    unfusedVoteIsReported: boolean;
    exitPollIsReported: boolean;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    office: string;
    officeBody: string;
}

Properties

uid: string
specialElection: boolean
electionType: string
candidateListIsFinal: boolean
exitPollDescriptionsAreFinal: boolean
totNumCandidates: number
tabulatedVoteByDistrictIsReported: boolean
easEstimatesAreReported: boolean
precinctVoteIsReported: boolean
runoffStatus: string
tabulatedVoteIsReported: boolean
unfusedVoteIsReported: boolean
exitPollIsReported: boolean
jurisdiction: string
state: number
jurisdictionRace: string
office: string
officeBody: string

Generated using TypeDoc