FilesExportOptions
import type { FilesExportOptions } from "https://googleapis.deno.dev/v1/drive:v3.ts";
Additional options for Drive#filesExport.
interface FilesExportOptions {
mimeType: string;
}§Properties
§
mimeType: string
[src]Required. The MIME type of the format requested for this export. For a list of supported MIME types, see Export MIME types for Google Workspace documents.