interface Call {
    uid: string;
    specialElection: boolean;
    electionType: string;
    officeRace: string;
    jurisdiction: string;
    state: number;
    office: string;
    officeBody: string;
    description: string;
    transmissionSource: string;
    timestamp: Date;
    status: string;
    winnerIsCalled: boolean;
    isEmbargoed: boolean;
    percentStatus: string;
    leadingCandidate: number;
}

Properties

uid: string
specialElection: boolean
electionType: string
officeRace: string
jurisdiction: string
state: number
office: string
officeBody: string
description: string
transmissionSource: string
timestamp: Date
status: string
winnerIsCalled: boolean
isEmbargoed: boolean
percentStatus: string
leadingCandidate: number

Generated using TypeDoc