interface PluginRenderResultimport { type PluginRenderResult } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/mod.ts"; Propertiesoptionalstyles: PluginRenderStyleTag[]CSS styles to be injected into the page. optionalscripts: PluginRenderScripts[]JS scripts to ship to the client. optionallinks: PluginRenderLink[]Link tags for the page optionalhtmlText: stringBody HTML transformed by the plugin