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