CivicinfoSchemaV2Candidate
import type { CivicinfoSchemaV2Candidate } from "https://googleapis.deno.dev/v1/civicinfo:v2.ts";
Information about a candidate running for elected office.
interface CivicinfoSchemaV2Candidate {
candidateUrl?: string;
channels?: CivicinfoSchemaV2Channel[];
email?: string;
name?: string;
orderOnBallot?: bigint;
party?: string;
phone?: string;
photoUrl?: string;
}§Properties
§
channels?: CivicinfoSchemaV2Channel[]
[src]A list of known (social) media channels for this candidate.