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

A page and its generator, builder and refresher

definition: BaseRoute & { type: "static"; page: StaticPage; builder: PageBuilder; refresher: PageRefresher; }