interface StaticFileRe-exportimport { type StaticFile } from "https://deno.land/x/lume@v1.15.3/core.ts"; Propertiessrc: stringThe path to the source file optionaldest: string | ((path: string) => string)The configuration path to the destination file optionaloutputPath: stringThe final url destination optionalparent: DirectoryThe parent directory where the StaticFile was located filename: stringThe filename from the parent Directory optionalsaved: booleanIndicates whether the file was copied after the latest change optionalremoved: booleanIndicates whether the source file was removed optionalremote: stringThe remote url (if the file was downloaded)