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

WebSearchQuery

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

Represents a single web search query and its associated search uri.

interface WebSearchQuery {
query?: string;
uri?: string;
}

§Properties

§
query?: string
[src]

The search query text.

§
uri?: string
[src]

The URI to the Google Search results page for the query.