interface GenHtmlParamsimport { type GenHtmlParams } from "https://deno.land/x/vno@1.5.1/core/ssg/html.ts"; Propertiesentry: stringoutput: stringoptionalpathData: PathDataoptionalcmps: Mapped<Component>optionalassets: Mapped<string>optionalreload: booleanoptionalreloadPort: numberoptionalclientJsFileName: stringmode: "production" | "development"