type alias PluginAsyncRenderFunctionimport { type PluginAsyncRenderFunction } from "https://deno.land/x/fresh@1.5.1/src/server/mod.ts"; definition: () => PluginRenderFunctionResult | Promise<PluginRenderFunctionResult>