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

SearchResult

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

A result of a search query.

interface SearchResult {
person?: Person;
}

§Properties

§
person?: Person
[src]

The matched Person.