interface VoiceRe-exportimport { type Voice } from "https://deno.land/x/mtkruto@0.1.130/3_types.ts"; A voice note. PropertiesfileId: stringA file identifier that can be used to download or reuse this file. fileUniqueId: stringA file identifier that can be used to identify this file. duration: numberDuration of the audio in seconds. mimeType: stringMIME type of the file. fileSize: numberSize of the file in bytes.