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

AddressBook

import type { AddressBook } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

An address book with attributes.

interface AddressBook {
AddressBookArn?: string | null;
Description?: string | null;
Name?: string | null;
}

§Properties

§
AddressBookArn?: string | null
[src]

The ARN of the address book.

§
Description?: string | null
[src]

The description of the address book.

§
Name?: string | null
[src]

The name of the address book.