type alias ServeStaticOptionsimport { type ServeStaticOptions } from "https://deno.land/x/hono@v3.7.1/adapter/deno/serve-static.ts"; definition: { root?: string; path?: string; rewriteRequestPath?: (path: string) => string; }