interface PluginRenderFunctionResultimport { type PluginRenderFunctionResult } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/mod.ts"; PropertieshtmlText: stringThe HTML text that was rendered. requiresHydration: booleanIf the renderer encountered any islands that require hydration on the client.