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