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

GetPeopleResponse

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

The response to a get request for a list of people by resource name.

interface GetPeopleResponse {
responses?: PersonResponse[];
}

§Properties

§
responses?: PersonResponse[]
[src]

The response for each requested resource name.