import { type StaticHandler } from "https://deno.land/x/frugal@0.9.2/src/page/PageDescriptor.ts";
Type Parameters
DATA extends JSONValue
definition: (context: StaticHandlerContext<PATH>) => Promise<PageResponse<DATA>> | PageResponse<DATA>
import { type StaticHandler } from "https://deno.land/x/frugal@0.9.2/src/page/PageDescriptor.ts";