Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias GetContentParams
import { type GetContentParams } 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
DATA = unknown
definition: { method: "POST" | "GET"; phase: Phase; path: PATH; data: DATA; pathname: string; descriptor: URL; loaderContext: LoaderContext; }