Skip to main content
Module

x/fast/types.ts>ErrorInit

Speedy web framework
Latest
type alias ErrorInit
import { type ErrorInit } from "https://deno.land/x/fast@6.0.0-alpha.1/types.ts";
definition: { status?: number; message?: string; }