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

EventIncludedData

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

Details of what case and related item data is published through the case event stream.

interface EventIncludedData {
caseData?: CaseEventIncludedData | null;
relatedItemData?: RelatedItemEventIncludedData | null;
}

§Properties

§
caseData?: CaseEventIncludedData | null
[src]

Details of what case data is published through the case event stream.

§
relatedItemData?: RelatedItemEventIncludedData | null
[src]

Details of what related item data is published through the case event stream.