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

DivisionSearchResponse

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

The result of a division search query.

interface DivisionSearchResponse {
kind?: string;
}

§Properties

§
kind?: string
[src]

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