type alias RenderOptionsimport { type RenderOptions } from "https://deno.land/x/fastro@v0.81.5/mod.ts"; definition: { build?: boolean; cache?: boolean; pageFolder?: string; status?: number; props?: any; development?: boolean; html?: { lang?: string; class?: string; style?: JSX.CSSProperties; head?: { title?: string; descriptions?: string; meta?: Meta[]; script?: Script[]; link?: Link[]; headStyle?: string; headScript?: string; noScriptLink?: NoScriptLink; }; body?: { class?: string; style?: JSX.CSSProperties; script?: Script[]; root: { class?: string; style?: JSX.CSSProperties; }; }; }; }