interface StateExpectedVote {
    uid: string;
    electionType: string;
    state: number;
    totalExpectedAbsenteeVote: number;
    totalExpectedEarlyByMailVote: number;
    totalExpectedEarlyInPersonVote: number;
    totalExpectedElectionDayVote: number;
    totalExpectedVote: number;
}

Properties

uid: string
electionType: string
state: number
totalExpectedAbsenteeVote: number
totalExpectedEarlyByMailVote: number
totalExpectedEarlyInPersonVote: number
totalExpectedElectionDayVote: number
totalExpectedVote: number

Generated using TypeDoc