Skip to main content
Go to Latest
type alias StaticPageDescriptor
import { type StaticPageDescriptor } from "https://deno.land/x/frugal@0.2.1/docs/dep/frugal/core.ts";

Type Parameters

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