interface VoteFlag {
    uid: string;
    officeRace: string;
    jurisdiction: string;
    isNational: boolean;
    state: number;
    jurisdictionRace: string;
    office: string;
    county: string;
    isSummary: boolean;
    absenteeVoteProgress: string;
    cancelled: boolean;
    complete: boolean;
    final: boolean;
    precinctReportType: string;
    voteTabulationProgress: string;
    reportingSource: string;
    verified: boolean;
}

Properties

uid: string
officeRace: string
jurisdiction: string
isNational: boolean
state: number
jurisdictionRace: string
office: string
county: string
isSummary: boolean
absenteeVoteProgress: string
cancelled: boolean
complete: boolean
final: boolean
precinctReportType: string
voteTabulationProgress: string
reportingSource: string
verified: boolean

Generated using TypeDoc