Module

x/aleph/framework/solid/error.tsx>ErrorProps

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ErrorProps
import { type ErrorProps } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.40/framework/solid/error.tsx";
definition: { error: { status?: number; message: string; }; fullscreen?: boolean; }