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

CaseEventIncludedData

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

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

interface CaseEventIncludedData {
fields: FieldIdentifier[];
}

§Properties

§

List of field identifiers.