Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdministrationRegion

import type { AdministrationRegion } from "https://googleapis.deno.dev/v1/civicinfo:v2.ts";

Describes information about a regional election administrative area.

interface AdministrationRegion {
electionAdministrationBody?: AdministrativeBody;
local_jurisdiction?: AdministrationRegion;
name?: string;
sources?: Source[];
}

§Properties

§
electionAdministrationBody?: AdministrativeBody
[src]

The election administration body for this area.

§
local_jurisdiction?: AdministrationRegion
[src]

The city or county that provides election information for this voter. This object can have the same elements as state.

§
name?: string
[src]

The name of the jurisdiction.

§
sources?: Source[]
[src]

A list of sources for this area. If multiple sources are listed the data has been aggregated from those sources.