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

Communication

import type { Communication } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/support.ts";
interface Communication {
attachmentSet?: AttachmentDetails[] | null;
body?: string | null;
caseId?: string | null;
submittedBy?: string | null;
timeCreated?: string | null;
}

§Properties

§
attachmentSet?: AttachmentDetails[] | null
[src]
§
body?: string | null
[src]
§
caseId?: string | null
[src]
§
submittedBy?: string | null
[src]
§
timeCreated?: string | null
[src]