interface AudioRe-exportimport { type Audio } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; An audio file. 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. optionalperformer: stringAuthors of the audio. optionaltitle: stringTitle of the audio. mimeType: stringMIME type of the file. fileSize: numberSize of the file in bytes. thumbnails: Thumbnail[]Thumbnails of the album cover to which the music file belongs.