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

GetDocumentResponse

import type { GetDocumentResponse } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface GetDocumentResponse {
CustomMetadata?: {
[key: string]: string | null | undefined;
}
| null;
Metadata?: DocumentMetadata | null;
}

§Properties

§
CustomMetadata?: {
[key: string]: string | null | undefined;
}
| null
[src]

The custom metadata on the document.

§
Metadata?: DocumentMetadata | null
[src]

The metadata details of the document.