interface CandidateRace {
    uid: string;
    isIncumbent: boolean;
    isInIncumbentParty: boolean;
    estimatesAreReported: boolean;
    candidateOutputOrder: number;
    candidateExitPollOutputOrder: number;
    numPartyLines: number;
    candidateStatus: string;
    advancesToRunoff: boolean;
    callDescription: string;
    callStatus: string;
    candidatePercentage: number;
    finishingOrder: number;
    specialElection: boolean;
    tiedForFirstPlace: boolean;
    winner: boolean;
    candidate: number;
    electionType: string;
    officeRace: string;
    state: number;
    majorParty: string;
}

Properties

uid: string
isIncumbent: boolean
isInIncumbentParty: boolean
estimatesAreReported: boolean
candidateOutputOrder: number
candidateExitPollOutputOrder: number
numPartyLines: number
candidateStatus: string
advancesToRunoff: boolean
callDescription: string
callStatus: string
candidatePercentage: number
finishingOrder: number
specialElection: boolean
tiedForFirstPlace: boolean
winner: boolean
candidate: number
electionType: string
officeRace: string
state: number
majorParty: string

Generated using TypeDoc