CivicinfoApiprotosV2ElectionsQueryResponse
import type { CivicinfoApiprotosV2ElectionsQueryResponse } from "https://googleapis.deno.dev/v1/civicinfo:v2.ts";
The list of elections available for this version of the API.
interface CivicinfoApiprotosV2ElectionsQueryResponse {
elections?: CivicinfoSchemaV2Election[];
kind?: string;
}