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

Source

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

Contains information about the data source for the element containing it.

interface Source {
name?: string;
official?: boolean;
}

§Properties

§
name?: string
[src]

The name of the data source.

§
official?: boolean
[src]

Whether this data comes from an official government source.