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

AdministrativeBody

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

Information about an election administrative body (e.g. County Board of Elections).

interface AdministrativeBody {
absenteeVotingInfoUrl?: string;
ballotInfoUrl?: string;
correspondenceAddress?: SimpleAddressType;
electionInfoUrl?: string;
electionNoticeText?: string;
electionNoticeUrl?: string;
electionOfficials?: ElectionOfficial[];
electionRegistrationConfirmationUrl?: string;
electionRegistrationUrl?: string;
electionRulesUrl?: string;
hoursOfOperation?: string;
name?: string;
physicalAddress?: SimpleAddressType;
voter_services?: string[];
votingLocationFinderUrl?: string;
}

§Properties

§
absenteeVotingInfoUrl?: string
[src]

A URL provided by this administrative body for information on absentee voting.

§
ballotInfoUrl?: string
[src]

A URL provided by this administrative body to give contest information to the voter.

§
correspondenceAddress?: SimpleAddressType
[src]

The mailing address of this administrative body.

§
electionInfoUrl?: string
[src]

A URL provided by this administrative body for looking up general election information.

§
electionNoticeText?: string
[src]

A last minute or emergency notification text provided by this administrative body.

§
electionNoticeUrl?: string
[src]

A URL provided by this administrative body for additional information related to the last minute or emergency notification.

§
electionOfficials?: ElectionOfficial[]
[src]

The election officials for this election administrative body.

§
electionRegistrationConfirmationUrl?: string
[src]

A URL provided by this administrative body for confirming that the voter is registered to vote.

§
electionRegistrationUrl?: string
[src]

A URL provided by this administrative body for looking up how to register to vote.

§
electionRulesUrl?: string
[src]

A URL provided by this administrative body describing election rules to the voter.

§
hoursOfOperation?: string
[src]

A description of the hours of operation for this administrative body.

§
name?: string
[src]

The name of this election administrative body.

§
physicalAddress?: SimpleAddressType
[src]

The physical address of this administrative body.

§
voter_services?: string[]
[src]

A description of the services this administrative body may provide.

§
votingLocationFinderUrl?: string
[src]

A URL provided by this administrative body for looking up where to vote.