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

RecentCaseCommunications

import type { RecentCaseCommunications } from "https://aws-api.deno.dev/v0.3/services/support.ts?docs=full";

The five most recent communications associated with the case.

interface RecentCaseCommunications {
communications?: Communication[] | null;
nextToken?: string | null;
}

§Properties

§
communications?: Communication[] | null
[src]

The five most recent communications associated with the case.

§
nextToken?: string | null
[src]

A resumption point for pagination.