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