interface HTMXOptsimport { type HTMXOpts } from "https://deno.land/x/live@1.107.0/runtime/htmx/mod.tsx"; Type ParametersoptionalTAppManifest extends AppManifest = AppManifestPropertiesoptionalstaticRoot: stringoptionalserver: Hono<DecoRouteState<TAppManifest>>optionalLayout: ComponentType<{ hmrUniqueId: string; revision: string; children: ComponentChildren; }>