Skip to main content
Module

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

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