CivicinfoSchemaV2ElectionOfficial
import type { CivicinfoSchemaV2ElectionOfficial } from "https://googleapis.deno.dev/v1/civicinfo:v2.ts";
Information about individual election officials.
interface CivicinfoSchemaV2ElectionOfficial {
emailAddress?: string;
faxNumber?: string;
name?: string;
officePhoneNumber?: string;
title?: string;
}