Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias StaticPageDescriptor
import { type StaticPageDescriptor } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/core.ts";

Type Parameters

optional
PATH extends Record<string, string> = Record<string, string>
optional
DATA = unknown
definition: BasePageDescriptor<PATH, DATA> & { getPathList?: GetPathList<PATH>; getStaticData?: GetStaticData<PATH, DATA>; }