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

Interest

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

One of the person's interests.

interface Interest {
metadata?: FieldMetadata;
value?: string;
}

§Properties

§

Metadata about the interest.

§
value?: string
[src]

The interest; for example, stargazing.