interface DocumentRe-exportimport { type Document } from "https://deno.land/x/mtkruto@0.6.3/3_types.ts"; A document. 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. thumbnails: Thumbnail[]Thumbnails of the document. fileName: stringThe original file name. mimeType: stringMIME type of the file. fileSize: numberSize of the file in bytes.