interface DelegateAllocation {
    uid: string;
    candidateRace: string;
    candidate: number;
    electionType: string;
    officeRace: string;
    jurisdiction: string;
    isNational: boolean;
    state: number;
    jurisdictionType: string;
    jurisdictionRace: string;
    office: string;
    totalPrecincts: number;
    county: string;
    transmissionSource: string;
    timestamp: Date;
    isSummary: boolean;
    totalPrecinctsReportingSoFar: number;
    provisionalVoteOutstanding: number;
    totalVote: number;
    districtId: number;
    districtType: string;
    absenteeVoteProgress: string;
    complete: boolean;
    final: boolean;
    voteTabulationProgress: string;
    reportingSource: string;
    verified: boolean;
    delegatesAllocated: number;
    electionDate: Date;
    jurisdictionCode: number;
    officeCode: string;
    scope: string;
    sequence: number;
    state_electionType: string;
}

Properties

uid: string
candidateRace: string
candidate: number
electionType: string
officeRace: string
jurisdiction: string
isNational: boolean
state: number
jurisdictionType: string
jurisdictionRace: string
office: string
totalPrecincts: number
county: string
transmissionSource: string
timestamp: Date
isSummary: boolean
totalPrecinctsReportingSoFar: number
provisionalVoteOutstanding: number
totalVote: number
districtId: number
districtType: string
absenteeVoteProgress: string
complete: boolean
final: boolean
voteTabulationProgress: string
reportingSource: string
verified: boolean
delegatesAllocated: number
electionDate: Date
jurisdictionCode: number
officeCode: string
scope: string
sequence: number
state_electionType: string

Generated using TypeDoc