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

VoiceExportOptions

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

The options for Voice exports.

interface VoiceExportOptions {
exportFormat?:
| "EXPORT_FORMAT_UNSPECIFIED"
| "MBOX"
| "PST"
| "ICS";
}

§Properties

§
exportFormat?: "EXPORT_FORMAT_UNSPECIFIED" | "MBOX" | "PST" | "ICS"
[src]

The file format for exported text messages.