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

RelatedItemTypeFilter

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

The list of types of related items and their parameters to use for filtering.

interface RelatedItemTypeFilter {
comment?: CommentFilter | null;
contact?: ContactFilter | null;
}

§Properties

§
comment?: CommentFilter | null
[src]

A filter for related items of type Comment.

§
contact?: ContactFilter | null
[src]

A filter for related items of type Contact.