Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias GetDynamicHeadersParams
import { type GetDynamicHeadersParams } from "https://deno.land/x/frugal@0.2.1/packages/core/Page.ts";

Type Parameters

optional
PATH extends Record<string, string> = Record<string, string>
optional
BODY = unknown
definition: { phase: "generate"; path: PATH; request: GenerationRequest<BODY>; }