Skip to main content
Latest
interface StaticPageDescriptor
implements BasePageDescriptor<PATH, DATA>
import { type StaticPageDescriptor } from "https://deno.land/x/frugal@0.9.6/mod.ts";

Type Parameters

optional
PATH extends string = string
optional
DATA extends JSONValue = JSONValue

Properties

optional
type: "static"
optional
strictPaths: boolean
optional
getPaths: GetPaths<PATH>
optional
generate: StaticHandler<PATH, DATA>