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

Document

import type { Document } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

The document.

interface Document {
contentReference: ContentReference;
excerpt?: DocumentText | null;
title?: DocumentText | null;
}

§Properties

§
contentReference: ContentReference
[src]

A reference to the content resource.

§
excerpt?: DocumentText | null
[src]

The excerpt from the document.

§
title?: DocumentText | null
[src]

The title of the document.