Module

x/fresh/src/server/types.ts>AsyncLayout

The next-gen web framework.
Extremely Popular
Go to Latest
type alias AsyncLayout
import { type AsyncLayout } from "https://dotland.deno.dev/x/fresh@1.6.7/src/server/types.ts";

Type Parameters

optional
T = any
optional
S = Record<string, unknown>
definition: (req: Request, ctx: FreshContext<S, T>) => Promise<ComponentChildren | Response>