interface NationalDelegateSummary {
    uid: string;
    electionType: string;
    isNational: boolean;
    party: string;
    transmissionSource: string;
    timestamp: Date;
    isSummary: boolean;
    electionDate: Date;
    officeCode: string;
    scope: string;
    sequence: number;
    delegatesNeededToWin: number;
    totalDelegatesAllocated: number;
}

Properties

uid: string
electionType: string
isNational: boolean
party: string
transmissionSource: string
timestamp: Date
isSummary: boolean
electionDate: Date
officeCode: string
scope: string
sequence: number
delegatesNeededToWin: number
totalDelegatesAllocated: number

Generated using TypeDoc