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

ElectionOfficial

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

Information about individual election officials.

interface ElectionOfficial {
emailAddress?: string;
faxNumber?: string;
name?: string;
officePhoneNumber?: string;
title?: string;
}

§Properties

§
emailAddress?: string
[src]

The email address of the election official.

§
faxNumber?: string
[src]

The fax number of the election official.

§
name?: string
[src]

The full name of the election official.

§
officePhoneNumber?: string
[src]

The office phone number of the election official.

§
title?: string
[src]

The title of the election official.