interface OfficeRaceCoveredDistrict {
    uid: string;
    name: string;
    code: string;
    officeRace: string;
}

Properties

Properties

uid: string
name: string
code: string
officeRace: string

Generated using TypeDoc