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

SearchContactsResponse

import type { SearchContactsResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface SearchContactsResponse {
Contacts?: ContactData[] | null;
NextToken?: string | null;
TotalCount?: number | null;
}

§Properties

§
Contacts?: ContactData[] | null
[src]

The contacts that meet the specified set of filter criteria, in sort order.

§
NextToken?: string | null
[src]

The token returned to indicate that there is more data available.

§
TotalCount?: number | null
[src]

The total number of contacts returned.