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

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

§
caseId?: string | null
[src]
§
categoryCode?: string | null
[src]
§
ccEmailAddresses?: string[] | null
[src]
§
displayId?: string | null
[src]
§
language?: string | null
[src]
§
recentCommunications?: RecentCaseCommunications | null
[src]
§
serviceCode?: string | null
[src]
§
severityCode?: string | null
[src]
§
status?: string | null
[src]
§
subject?: string | null
[src]
§
submittedBy?: string | null
[src]
§
timeCreated?: string | null
[src]