Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

The next-gen web framework.
Extremely Popular
Go to Latest
interface ErrorPageModule
import { type ErrorPageModule } from "https://deno.land/x/fresh@1.1.2/src/server/types.ts";

Properties

optional
default: ComponentType<ErrorPageProps>
optional
handler: ErrorHandler
optional
config: RouteConfig