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

GoogleSearchSuggestions

import type { GoogleSearchSuggestions } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Search suggestions from Google Search Tool.

interface GoogleSearchSuggestions {
htmls?: string[];
webSearchQueries?: WebSearchQuery[];
}

§Properties

§
htmls?: string[]
[src]

Compliant HTML and CSS styling for search suggestions. The provided HTML and CSS automatically adapts to your device settings, displaying in either light or dark mode indicated by @media(prefers-color-scheme).

§
webSearchQueries?: WebSearchQuery[]
[src]

List of queries used to perform the google search along with the search result URIs forming the search suggestions.