interface StaticFileimport { type StaticFile } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/types.ts"; PropertieslocalUrl: URLThe URL to the static file on disk. path: stringThe path to the file as it would be in the incoming request. size: numberThe size of the file. contentType: stringThe content-type of the file. etag: stringHash of the file contents.