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

SearchResponse

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

The response to a search request for the authenticated user, given a query.

interface SearchResponse {
results?: SearchResult[];
}

§Properties

§
results?: SearchResult[]
[src]

The results of the request.