type alias DocumentPropsimport { type DocumentProps } from "https://deno.land/x/frugal@0.9.6/src/runtime/preact/mod.server.ts"; definition: { head: preact.VNode[]; descriptor: string; assets: Assets; dangerouslySetInnerHTML: { __html: string; }; }