Skip to main content
Module

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

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

Properties

pattern: string
url: string
name: string
optional
component: ComponentType<ErrorPageProps>
handler: ErrorHandler
csp: boolean