CaseDetails
import type { CaseDetails } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/support.ts";interface CaseDetails {
caseId?: string | null;
categoryCode?: string | null;
ccEmailAddresses?: string[] | null;
displayId?: string | null;
language?: string | null;
recentCommunications?: RecentCaseCommunications | null;
serviceCode?: string | null;
severityCode?: string | null;
status?: string | null;
subject?: string | null;
submittedBy?: string | null;
timeCreated?: string | null;
}§Properties
§
recentCommunications?: RecentCaseCommunications | null
[src]