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

PhoneNumberCapabilities

import type { PhoneNumberCapabilities } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface PhoneNumberCapabilities {
InboundCall?: boolean | null;
InboundMMS?: boolean | null;
InboundSMS?: boolean | null;
OutboundCall?: boolean | null;
OutboundMMS?: boolean | null;
OutboundSMS?: boolean | null;
}

§Properties

§
InboundCall?: boolean | null
[src]
§
InboundMMS?: boolean | null
[src]
§
InboundSMS?: boolean | null
[src]
§
OutboundCall?: boolean | null
[src]
§
OutboundMMS?: boolean | null
[src]
§
OutboundSMS?: boolean | null
[src]