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

ContactFilter

import type { ContactFilter } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

A filter for related items of type Contact.

interface ContactFilter {
channel?: string[] | null;
contactArn?: string | null;
}

§Properties

§
channel?: string[] | null
[src]

A list of channels to filter on for related items of type Contact.

§
contactArn?: string | null
[src]

A unique identifier of a contact in Amazon Connect.