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;
}import type { WebSearchQuery } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents a single web search query and its associated search uri.