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

StructuredResult

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

Structured results that are returned as part of search request.

interface StructuredResult {
person?: Person;
}

§Properties

§
person?: Person
[src]

Representation of a person