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

PeopleSuggestion

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

This field contains information about the person being suggested.

interface PeopleSuggestion {
person?: Person;
}

§Properties

§
person?: Person
[src]

Suggested person. All fields of the person object might not be populated.