interface OfficeBody_ElectionType {
    uid: string;
    electionType: string;
    officeBody: string;
}

Properties

uid: string
electionType: string
officeBody: string

Generated using TypeDoc