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://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

The phone number for the contact containing the raw number and phone number type.

interface PhoneNumber {
Number: string;
}

§Properties

§
Number: string
[src]

The raw value of the phone number.

§

The type of the phone number.