CivicinfoSchemaV2AdministrationRegion
import type { CivicinfoSchemaV2AdministrationRegion } from "https://googleapis.deno.dev/v1/civicinfo:v2.ts";
Describes information about a regional election administrative area.
interface CivicinfoSchemaV2AdministrationRegion {
electionAdministrationBody?: CivicinfoSchemaV2AdministrativeBody;
local_jurisdiction?: CivicinfoSchemaV2AdministrationRegion;
name?: string;
sources?: CivicinfoSchemaV2Source[];
}§Properties
§
electionAdministrationBody?: CivicinfoSchemaV2AdministrativeBody
[src]The election administration body for this area.
§
local_jurisdiction?: CivicinfoSchemaV2AdministrationRegion
[src]The city or county that provides election information for this voter. This object can have the same elements as state.
§
sources?: CivicinfoSchemaV2Source[]
[src]A list of sources for this area. If multiple sources are listed the data has been aggregated from those sources.