interface DelegateDistrict {
    uid: string;
    name: string;
    id: number;
    abbr: string;
    electionType: string;
    jurisdiction: string;
    state: number;
    totalPrecincts: number;
    isStatewide: boolean;
    totalDelegates: number;
    delegateDistrictType: string;
}

Properties

uid: string
name: string
id: number
abbr: string
electionType: string
jurisdiction: string
state: number
totalPrecincts: number
isStatewide: boolean
totalDelegates: number
delegateDistrictType: string

Generated using TypeDoc