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/cloudsearch:v1.ts";

A person's Phone Number

interface PhoneNumber {
phoneNumber?: string;
type?: "OTHER" | "MOBILE" | "OFFICE";
}

§Properties

§
phoneNumber?: string
[src]

The phone number of the person.

§
type?: "OTHER" | "MOBILE" | "OFFICE"
[src]