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

RelatedItemContent

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

Represents the content of a particular type of related item.

interface RelatedItemContent {
comment?: CommentContent | null;
contact?: ContactContent | null;
}

§Properties

§
comment?: CommentContent | null
[src]

Represents the content of a comment to be returned to agents.

§
contact?: ContactContent | null
[src]

Represents the content of a contact to be returned to agents.