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

Biography

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

A person's short biography.

interface Biography {
contentType?: "CONTENT_TYPE_UNSPECIFIED" | "TEXT_PLAIN" | "TEXT_HTML";
metadata?: FieldMetadata;
value?: string;
}

§Properties

§
contentType?: "CONTENT_TYPE_UNSPECIFIED" | "TEXT_PLAIN" | "TEXT_HTML"
[src]

The content type of the biography.

§

Metadata about the biography.

§
value?: string
[src]

The short biography.