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

ElectionsQueryResponse

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

The list of elections available for this version of the API.

interface ElectionsQueryResponse {
elections?: Election[];
kind?: string;
}

§Properties

§
elections?: Election[]
[src]

A list of available elections

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "civicinfo#electionsQueryResponse".