interface FormFileimport { type FormFile } from "https://dotland.deno.dev/std@0.119.0/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