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