interface PluginRenderResultimport { type PluginRenderResult } from "https://deno.land/x/fresh@1.4.0/src/server/mod.ts"; Propertiesoptionalstyles: PluginRenderStyleTag[]CSS styles to be injected into the page. optionalscripts: PluginRenderScripts[]JS scripts to ship to the client.