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

Occupation

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

A person's occupation.

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

§Properties

§

Metadata about the occupation.

§
value?: string
[src]

The occupation; for example, carpenter.