Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias Context
import { type Context } from "https://deno.land/x/frugal@0.5.0/packages/server/middleware/types.ts";
definition: { request: Request; connInfo: http.ConnInfo; state: Record<string, unknown>; config: CleanConfig; frugal: frugal.Frugal; session: Session; }