interface VideoRe-exportimport { type Video } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; A video 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. width: numberVideo width as defined by sender height: numberVideo height as defined by sender duration: numberDuration of the video in seconds as defined by sender thumbnails: Thumbnail[]Video thumbnail optionalfileName: stringOriginal filename as defined by sender mimeType: stringMIME type of the file. fileSize: numberSize of the file in bytes.