interface StateDelegateSummary {
    uid: string;
    candidate: number;
    electionType: string;
    state: number;
    pseudoState: boolean;
    party: string;
    transmissionSource: string;
    timestamp: Date;
    isSummary: boolean;
    electionDate: Date;
    officeCode: string;
    scope: string;
    sequence: number;
    totalDelegates: number;
    totalSuperDelegates: number;
}

Properties

uid: string
candidate: number
electionType: string
state: number
pseudoState: boolean
party: string
transmissionSource: string
timestamp: Date
isSummary: boolean
electionDate: Date
officeCode: string
scope: string
sequence: number
totalDelegates: number
totalSuperDelegates: number

Generated using TypeDoc