Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/blocks/app.ts>AppMiddlewareContext

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
type alias AppMiddlewareContext
import { type AppMiddlewareContext } from "https://deno.land/x/blocks@1.75.2/blocks/app.ts";

Type Parameters

optional
TApp extends App = App
optional
TResponse = any
definition: AppContext<TApp> & { isInvoke: boolean; resolveChain: FieldResolver[]; next?: () => Promise<TResponse>; }