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

Official

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

Information about a person holding an elected office.

interface Official {
address?: SimpleAddressType[];
channels?: Channel[];
emails?: string[];
name?: string;
party?: string;
phones?: string[];
photoUrl?: string;
urls?: string[];
}

§Properties

§

Addresses at which to contact the official.

§
channels?: Channel[]
[src]

A list of known (social) media channels for this official.

§
emails?: string[]
[src]

The direct email addresses for the official.

§
name?: string
[src]

The official's name.

§
party?: string
[src]

The full name of the party the official belongs to.

§
phones?: string[]
[src]

The official's public contact phone numbers.

§
photoUrl?: string
[src]

A URL for a photo of the official.

§
urls?: string[]
[src]

The official's public website URLs.