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

AddCommunicationToCaseResponse

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

The result of the "AddCommunicationToCase" operation.

interface AddCommunicationToCaseResponse {
result?: boolean | null;
}

§Properties

§
result?: boolean | null
[src]

True if "AddCommunicationToCase" succeeds. Otherwise, returns an error.