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

Type Parameters

optional
PATH extends Record<string, string> = Record<string, string>
definition: GetStaticDataContext<PATH> & { state: Record<string, unknown>; }