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

AddressBookData

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

Information related to an address book.

interface AddressBookData {
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.