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

SuggestResponse

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

Response of the suggest API.

interface SuggestResponse {
suggestResults?: SuggestResult[];
}

§Properties

§
suggestResults?: SuggestResult[]
[src]

List of suggestions.