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

PhoneNumber

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

A person's phone number.

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

§Properties

§
readonly canonicalForm?: string
[src]

Output only. The canonicalized ITU-T E.164 form of the phone number.

§
readonly formattedType?: string
[src]

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

§

Metadata about the phone number.

§
type?: string
[src]

The type of the phone number. The type can be custom or one of these predefined values: * home * work * mobile * homeFax * workFax * otherFax * pager * workMobile * workPager * main * googleVoice

  • other
§
value?: string
[src]

The phone number.