import * as mod from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts"; InterfacesIAPIRequestAn interface extends the ServerRequest for API requests. IServerApplicationAn interface that aligns to the parts of the aleph server's Application. IServerRequestAn interface that aligns to the parts of std http srever's ServerRequest. IServerResponseAn interface is compatible with std http srever's request.respond(). Type AliasesTAPIHandlerA handler to handle api requests. TBrowserNamesThe borwser names for esbuild. TBrowsersListThe borwser names list for esbuild. TBuildTargetThe built target for build phase. TConfigThe config for the aleph server application. TCSSModulesOptionsThe options are passed on to postcss-modules. TCSSOptionsThe config for CSS loader. TImportMapThe import maps. TLoaderOutputThe output of loader. TLoaderPluginA loader plugin to load source media. TPostCSSPluginThe Plugin for postcss. TResolveResultThe result of loader resove. TRouterURLThe router url object of the routing, you can access it with useRouter() hook. TServerPluginA server plugin to enhance the aleph server application. TSSROptionsThe options for SSR.