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