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

MediaDownloadOptions

import type { MediaDownloadOptions } from "https://googleapis.deno.dev/v1/keep:v1.ts";

Additional options for Keep#mediaDownload.

interface MediaDownloadOptions {
mimeType?: string;
}

§Properties

§
mimeType?: string
[src]

The IANA MIME type format requested. The requested MIME type must be one specified in the attachment.mime_type. Required when downloading attachment media and ignored otherwise.