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/cloudsearch:v1.ts";

Defines sources for the suggest/search APIs.

interface Source {
name?: string;
predefinedSource?:
| "NONE"
| "QUERY_HISTORY"
| "PERSON"
| "GOOGLE_DRIVE"
| "GOOGLE_GMAIL"
| "GOOGLE_SITES"
| "GOOGLE_GROUPS"
| "GOOGLE_CALENDAR"
| "GOOGLE_KEEP";
}

§Properties

§
name?: string
[src]

Source name for content indexed by the Indexing API.

§
predefinedSource?: "NONE" | "QUERY_HISTORY" | "PERSON" | "GOOGLE_DRIVE" | "GOOGLE_GMAIL" | "GOOGLE_SITES" | "GOOGLE_GROUPS" | "GOOGLE_CALENDAR" | "GOOGLE_KEEP"
[src]

Predefined content source for Google Apps.