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

Residence

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

DEPRECATED: Please use person.locations instead. A person's past or current residence.

interface Residence {
current?: boolean;
metadata?: FieldMetadata;
value?: string;
}

§Properties

§
current?: boolean
[src]

True if the residence is the person's current residence; false if the residence is a past residence.

§

Metadata about the residence.

§
value?: string
[src]

The address of the residence.