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

Url

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

A person's associated URLs.

interface Url {
readonly formattedType?: string;
metadata?: FieldMetadata;
type?: string;
value?: string;
}

§Properties

§
readonly formattedType?: string
[src]

Output only. The type of the URL translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the URL.

§
type?: string
[src]

The type of the URL. The type can be custom or one of these predefined values: * home * work * blog * profile * homePage * ftp * reservations * appInstallPage: website for a Currents application. * other

§
value?: string
[src]

The URL.