interface FormFileimport { type FormFile } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/mime/multipart.ts"; FormFile object Propertiesfilename: stringfilename type: stringcontent-type header value of file size: numberbyte size of file optionalcontent: Uint8Arrayin-memory content of file. Either content or tempfile is set optionaltempfile: stringtemporal file path. Set if file size is bigger than specified max-memory size at reading form